Html Css Color HEX #BDD56C Wild Willow

📋 copy color: '#BDD56C'

red 189 ◦ green 213 ◦ blue 108

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

Shades of Wild Willow #BDD56C

Tints of Wild Willow #BDD56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.18%

R = 37.06%
G = 41.76%
B = 21.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#BDD56C (or 0xBDD56C) is known color: Wild Willow. HEX triplet: BD, D5 and 6C. RGB value is (189,213,108). Sum of RGB (Red+Green+Blue) = 189+213+108=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD56C is #422A93. Grayscale: #C2C2C2. Windows color (decimal): -4336276 or 7132605. OLE color: 7132605.

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

Color convert

RGB 189 213 108 -
CMYK 0.11 0 0.49 0.16
HSL 73.71º 0.56% 0.63% -
HSV(B) 73.71º 0.49% 0.84% -
XYZ 47.49 59.49 23.17 -
YUV 193.85 79.55 124.54 -
System Red Green Blue C M Y K H S L
Decimal 189 213 108 0.11 0 0.49 0.16 73.71 0.56 0.63
Hex BD D5 6C B 0 31 10 4A 38 3F
Octal 275 325 154 13 0 61 20 112 70 77
Binary 10111101 11010101 1101100 1011 0 110001 10000 1001010 111000 111111

Color Harmonies of #BDD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD56C

Black with #BDD56C

Text Example


Text Example

White with #BDD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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