Html Css Color HEX #BED878 Sulu

📋 copy color: '#BED878'

red 190 ◦ green 216 ◦ blue 120

#BED878
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BED878

Tints of Sulu #BED878

RGB

 RED value IS 190 (74.61% from 255) = 36.12%

 GREEN value IS 216 (84.77% from 255) = 41.06%

 BLUE value IS 120 (47.27% from 255) = 22.81%

R = 36.12%
G = 41.06%
B = 22.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BED878 (or 0xBED878) is known color: Sulu. HEX triplet: BE, D8 and 78. RGB value is (190,216,120). Sum of RGB (Red+Green+Blue) = 190+216+120=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #BED878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED878 is #412787. Grayscale: #C5C5C5. Windows color (decimal): -4269960 or 7919806. OLE color: 7919806.

HSL color Cylindrical-coordinate representation of color #BED878: hue angle of 76.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BED878 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 120 -
CMYK 0.12 0 0.44 0.15
HSL 76.25º 0.55% 0.66% -
HSV(B) 76.25º 0.44% 0.85% -
XYZ 49.18 61.41 27.03 -
YUV 197.28 84.39 122.81 -
System Red Green Blue C M Y K H S L
Decimal 190 216 120 0.12 0 0.44 0.15 76.25 0.55 0.66
Hex BE D8 78 C 0 2C F 4C 37 42
Octal 276 330 170 14 0 54 17 114 67 102
Binary 10111110 11011000 1111000 1100 0 101100 1111 1001100 110111 1000010

Color Harmonies of #BED878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED878

Black with #BED878

Text Example


Text Example

White with #BED878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED878; }

 p { color: rgb(190,216,120); }

 H1.HeaderClassName
 {
   color: #BED878;
 }
 .AnyTagClassName
 {
   color: #BED878;
 }
</style>

background-color css

<style>
 a { background-color: #BED878; }

 a { background-color: rgb(190,216,120); }

 div.DivClassName
 {
   background-color: #BED878;
 }
 .BgClassName
 {
   background-color: #BED878;
 }
</style>

border-color css

<style>
 span { border-color: #BED878; }

 span { border-color: rgb(190,216,120); }

 td.TdClassName
 {
   border-color: #BED878;
 }
 .TagClassName
 {
   border-color: #BED878;
 }
</style>