Html Css Color HEX #BDD76A Wild Willow

📋 copy color: '#BDD76A'

red 189 ◦ green 215 ◦ blue 106

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

Shades of Wild Willow #BDD76A

Tints of Wild Willow #BDD76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 106 (41.8% from 255) = 20.78%

R = 37.06%
G = 42.16%
B = 20.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BDD76A (or 0xBDD76A) is known color: Wild Willow. HEX triplet: BD, D7 and 6A. RGB value is (189,215,106). Sum of RGB (Red+Green+Blue) = 189+215+106=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD76A is #422895. Grayscale: #C3C3C3. Windows color (decimal): -4335766 or 7002045. OLE color: 7002045.

HSL color Cylindrical-coordinate representation of color #BDD76A: hue angle of 74.31º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD76A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 106 -
CMYK 0.12 0 0.51 0.16
HSL 74.31º 0.58% 0.63% -
HSV(B) 74.31º 0.51% 0.84% -
XYZ 47.89 60.46 22.78 -
YUV 194.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 189 215 106 0.12 0 0.51 0.16 74.31 0.58 0.63
Hex BD D7 6A C 0 33 10 4A 3A 3F
Octal 275 327 152 14 0 63 20 112 72 77
Binary 10111101 11010111 1101010 1100 0 110011 10000 1001010 111010 111111

Color Harmonies of #BDD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD76A

Black with #BDD76A

Text Example


Text Example

White with #BDD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD76A; }

 p { color: rgb(189,215,106); }

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

background-color css

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

 a { background-color: rgb(189,215,106); }

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

border-color css

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

 span { border-color: rgb(189,215,106); }

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