Html Css Color HEX #BED977 Sulu

📋 copy color: '#BED977'

red 190 ◦ green 217 ◦ blue 119

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

Shades of Sulu #BED977

Tints of Sulu #BED977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.62%

R = 36.12%
G = 41.25%
B = 22.62%

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

#BED977 (or 0xBED977) is known color: Sulu. HEX triplet: BE, D9 and 77. RGB value is (190,217,119). Sum of RGB (Red+Green+Blue) = 190+217+119=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #BED977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED977 is #412688. Grayscale: #C6C6C6. Windows color (decimal): -4269705 or 7854526. OLE color: 7854526.

HSL color Cylindrical-coordinate representation of color #BED977: hue angle of 76.53º 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 #BED977 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 119 -
CMYK 0.12 0 0.45 0.15
HSL 76.53º 0.56% 0.66% -
HSV(B) 76.53º 0.45% 0.85% -
XYZ 49.38 61.9 26.8 -
YUV 197.76 83.55 122.47 -
System Red Green Blue C M Y K H S L
Decimal 190 217 119 0.12 0 0.45 0.15 76.53 0.56 0.66
Hex BE D9 77 C 0 2D F 4D 38 42
Octal 276 331 167 14 0 55 17 115 70 102
Binary 10111110 11011001 1110111 1100 0 101101 1111 1001101 111000 1000010

Color Harmonies of #BED977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED977

Black with #BED977

Text Example


Text Example

White with #BED977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED977; }

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

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

background-color css

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

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

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

border-color css

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

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

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