Html Css Color HEX #BDD972 Sulu

📋 copy color: '#BDD972'

red 189 ◦ green 217 ◦ blue 114

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

Shades of Sulu #BDD972

Tints of Sulu #BDD972

RGB

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

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

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

R = 36.35%
G = 41.73%
B = 21.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BDD972 (or 0xBDD972) is known color: Sulu. HEX triplet: BD, D9 and 72. RGB value is (189,217,114). Sum of RGB (Red+Green+Blue) = 189+217+114=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD972 is #42268D. Grayscale: #C5C5C5. Windows color (decimal): -4335246 or 7526845. OLE color: 7526845.

HSL color Cylindrical-coordinate representation of color #BDD972: hue angle of 76.31º degrees, saturation: 0.58, 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 #BDD972 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 114 -
CMYK 0.13 0 0.47 0.15
HSL 76.31º 0.58% 0.65% -
HSV(B) 76.31º 0.47% 0.85% -
XYZ 48.84 61.66 25.25 -
YUV 196.89 81.22 122.38 -
System Red Green Blue C M Y K H S L
Decimal 189 217 114 0.13 0 0.47 0.15 76.31 0.58 0.65
Hex BD D9 72 D 0 2F F 4C 3A 41
Octal 275 331 162 15 0 57 17 114 72 101
Binary 10111101 11011001 1110010 1101 0 101111 1111 1001100 111010 1000001

Color Harmonies of #BDD972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD972

Black with #BDD972

Text Example


Text Example

White with #BDD972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD972; }

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

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

background-color css

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

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

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

border-color css

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

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

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