Html Css Color HEX #BDD872 Sulu

📋 copy color: '#BDD872'

red 189 ◦ green 216 ◦ blue 114

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

Shades of Sulu #BDD872

Tints of Sulu #BDD872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 36.42%
G = 41.62%
B = 21.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BDD872 (or 0xBDD872) is known color: Sulu. HEX triplet: BD, D8 and 72. RGB value is (189,216,114). Sum of RGB (Red+Green+Blue) = 189+216+114=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD872 is #42278D. Grayscale: #C4C4C4. Windows color (decimal): -4335502 or 7526589. OLE color: 7526589.

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

Color convert

RGB 189 216 114 -
CMYK 0.12 0 0.47 0.15
HSL 75.88º 0.57% 0.65% -
HSV(B) 75.88º 0.47% 0.85% -
XYZ 48.58 61.15 25.16 -
YUV 196.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 189 216 114 0.12 0 0.47 0.15 75.88 0.57 0.65
Hex BD D8 72 C 0 2F F 4C 39 41
Octal 275 330 162 14 0 57 17 114 71 101
Binary 10111101 11011000 1110010 1100 0 101111 1111 1001100 111001 1000001

Color Harmonies of #BDD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD872

Black with #BDD872

Text Example


Text Example

White with #BDD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD872; }

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

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

background-color css

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

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

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

border-color css

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

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

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