Html Css Color HEX #BDD971 Sulu

📋 copy color: '#BDD971'

red 189 ◦ green 217 ◦ blue 113

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

Shades of Sulu #BDD971

Tints of Sulu #BDD971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.77%

R = 36.42%
G = 41.81%
B = 21.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BDD971 (or 0xBDD971) is known color: Sulu. HEX triplet: BD, D9 and 71. RGB value is (189,217,113). Sum of RGB (Red+Green+Blue) = 189+217+113=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD971 is #42268E. Grayscale: #C5C5C5. Windows color (decimal): -4335247 or 7461309. OLE color: 7461309.

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

Color convert

RGB 189 217 113 -
CMYK 0.13 0 0.48 0.15
HSL 76.15º 0.58% 0.65% -
HSV(B) 76.15º 0.48% 0.85% -
XYZ 48.78 61.64 24.95 -
YUV 196.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 189 217 113 0.13 0 0.48 0.15 76.15 0.58 0.65
Hex BD D9 71 D 0 30 F 4C 3A 41
Octal 275 331 161 15 0 60 17 114 72 101
Binary 10111101 11011001 1110001 1101 0 110000 1111 1001100 111010 1000001

Color Harmonies of #BDD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD971

Black with #BDD971

Text Example


Text Example

White with #BDD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD971; }

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

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

background-color css

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

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

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

border-color css

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

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

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