Html Css Color HEX #BDD76B Wild Willow

📋 copy color: '#BDD76B'

red 189 ◦ green 215 ◦ blue 107

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

Shades of Wild Willow #BDD76B

Tints of Wild Willow #BDD76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.94%

R = 36.99%
G = 42.07%
B = 20.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BDD76B (or 0xBDD76B) is known color: Wild Willow. HEX triplet: BD, D7 and 6B. RGB value is (189,215,107). Sum of RGB (Red+Green+Blue) = 189+215+107=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD76B is #422894. Grayscale: #C3C3C3. Windows color (decimal): -4335765 or 7067581. OLE color: 7067581.

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

Color convert

RGB 189 215 107 -
CMYK 0.12 0 0.50 0.16
HSL 74.44º 0.57% 0.63% -
HSV(B) 74.44º 0.5% 0.84% -
XYZ 47.94 60.48 23.06 -
YUV 194.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 189 215 107 0.12 0 0.50 0.16 74.44 0.57 0.63
Hex BD D7 6B C 0 32 10 4A 39 3F
Octal 275 327 153 14 0 62 20 112 71 77
Binary 10111101 11010111 1101011 1100 0 110010 10000 1001010 111001 111111

Color Harmonies of #BDD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD76B

Black with #BDD76B

Text Example


Text Example

White with #BDD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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