Html Css Color HEX #BDD476 Deco

📋 copy color: '#BDD476'

red 189 ◦ green 212 ◦ blue 118

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

Shades of Deco #BDD476

Tints of Deco #BDD476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

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

R = 36.42%
G = 40.85%
B = 22.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#BDD476 (or 0xBDD476) is known color: Deco. HEX triplet: BD, D4 and 76. RGB value is (189,212,118). Sum of RGB (Red+Green+Blue) = 189+212+118=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD476 is #422B89. Grayscale: #C2C2C2. Windows color (decimal): -4336522 or 7787709. OLE color: 7787709.

HSL color Cylindrical-coordinate representation of color #BDD476: hue angle of 74.68º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD476 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 118 -
CMYK 0.11 0 0.44 0.17
HSL 74.68º 0.52% 0.65% -
HSV(B) 74.68º 0.44% 0.83% -
XYZ 47.8 59.21 26.05 -
YUV 194.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 189 212 118 0.11 0 0.44 0.17 74.68 0.52 0.65
Hex BD D4 76 B 0 2C 11 4B 34 41
Octal 275 324 166 13 0 54 21 113 64 101
Binary 10111101 11010100 1110110 1011 0 101100 10001 1001011 110100 1000001

Color Harmonies of #BDD476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD476

Black with #BDD476

Text Example


Text Example

White with #BDD476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD476; }

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

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

background-color css

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

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

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

border-color css

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

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

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