Html Css Color HEX #BDD576 Sulu

📋 copy color: '#BDD576'

red 189 ◦ green 213 ◦ blue 118

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

Shades of Sulu #BDD576

Tints of Sulu #BDD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.96%

 BLUE value IS 118 (46.48% from 255) = 22.69%

R = 36.35%
G = 40.96%
B = 22.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#BDD576 (or 0xBDD576) is known color: Sulu. HEX triplet: BD, D5 and 76. RGB value is (189,213,118). Sum of RGB (Red+Green+Blue) = 189+213+118=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD576 is #422A89. Grayscale: #C3C3C3. Windows color (decimal): -4336266 or 7787965. OLE color: 7787965.

HSL color Cylindrical-coordinate representation of color #BDD576: hue angle of 75.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDD576 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 118 -
CMYK 0.11 0 0.45 0.16
HSL 75.16º 0.53% 0.65% -
HSV(B) 75.16º 0.45% 0.84% -
XYZ 48.05 59.72 26.13 -
YUV 194.99 84.55 123.72 -
System Red Green Blue C M Y K H S L
Decimal 189 213 118 0.11 0 0.45 0.16 75.16 0.53 0.65
Hex BD D5 76 B 0 2D 10 4B 35 41
Octal 275 325 166 13 0 55 20 113 65 101
Binary 10111101 11010101 1110110 1011 0 101101 10000 1001011 110101 1000001

Color Harmonies of #BDD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD576

Black with #BDD576

Text Example


Text Example

White with #BDD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD576; }

 p { color: rgb(189,213,118); }

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

background-color css

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

 a { background-color: rgb(189,213,118); }

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

border-color css

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

 span { border-color: rgb(189,213,118); }

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