Html Css Color HEX #BDD877 Sulu

📋 copy color: '#BDD877'

red 189 ◦ green 216 ◦ blue 119

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

Shades of Sulu #BDD877

Tints of Sulu #BDD877

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

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

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

R = 36.07%
G = 41.22%
B = 22.71%

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

#BDD877 (or 0xBDD877) is known color: Sulu. HEX triplet: BD, D8 and 77. RGB value is (189,216,119). Sum of RGB (Red+Green+Blue) = 189+216+119=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD877 is #422788. Grayscale: #C5C5C5. Windows color (decimal): -4335497 or 7854269. OLE color: 7854269.

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

Color convert

RGB 189 216 119 -
CMYK 0.12 0 0.45 0.15
HSL 76.7º 0.55% 0.66% -
HSV(B) 76.7º 0.45% 0.85% -
XYZ 48.87 61.26 26.7 -
YUV 196.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 189 216 119 0.12 0 0.45 0.15 76.7 0.55 0.66
Hex BD D8 77 C 0 2D F 4D 37 42
Octal 275 330 167 14 0 55 17 115 67 102
Binary 10111101 11011000 1110111 1100 0 101101 1111 1001101 110111 1000010

Color Harmonies of #BDD877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD877

Black with #BDD877

Text Example


Text Example

White with #BDD877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD877; }

 p { color: rgb(189,216,119); }

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

background-color css

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

 a { background-color: rgb(189,216,119); }

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

border-color css

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

 span { border-color: rgb(189,216,119); }

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