Html Css Color HEX #BED978 Sulu

📋 copy color: '#BED978'

red 190 ◦ green 217 ◦ blue 120

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

Shades of Sulu #BED978

Tints of Sulu #BED978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.18%

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

R = 36.05%
G = 41.18%
B = 22.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#BED978 (or 0xBED978) is known color: Sulu. HEX triplet: BE, D9 and 78. RGB value is (190,217,120). Sum of RGB (Red+Green+Blue) = 190+217+120=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #BED978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED978 is #412687. Grayscale: #C6C6C6. Windows color (decimal): -4269704 or 7920062. OLE color: 7920062.

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

Color convert

RGB 190 217 120 -
CMYK 0.12 0 0.45 0.15
HSL 76.7º 0.56% 0.66% -
HSV(B) 76.7º 0.45% 0.85% -
XYZ 49.44 61.93 27.12 -
YUV 197.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 190 217 120 0.12 0 0.45 0.15 76.7 0.56 0.66
Hex BE D9 78 C 0 2D F 4D 38 42
Octal 276 331 170 14 0 55 17 115 70 102
Binary 10111110 11011001 1111000 1100 0 101101 1111 1001101 111000 1000010

Color Harmonies of #BED978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED978

Black with #BED978

Text Example


Text Example

White with #BED978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED978; }

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

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

background-color css

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

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

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

border-color css

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

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

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