Html Css Color HEX #BDD16C Wild Willow

📋 copy color: '#BDD16C'

red 189 ◦ green 209 ◦ blue 108

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

Shades of Wild Willow #BDD16C

Tints of Wild Willow #BDD16C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.3%

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

R = 37.35%
G = 41.3%
B = 21.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#BDD16C (or 0xBDD16C) is known color: Wild Willow. HEX triplet: BD, D1 and 6C. RGB value is (189,209,108). Sum of RGB (Red+Green+Blue) = 189+209+108=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD16C is #422E93. Grayscale: #BFBFBF. Windows color (decimal): -4337300 or 7131581. OLE color: 7131581.

HSL color Cylindrical-coordinate representation of color #BDD16C: hue angle of 71.88º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDD16C is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 209 108 -
CMYK 0.10 0 0.48 0.18
HSL 71.88º 0.52% 0.62% -
HSV(B) 71.88º 0.48% 0.82% -
XYZ 46.49 57.5 22.84 -
YUV 191.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 189 209 108 0.10 0 0.48 0.18 71.88 0.52 0.62
Hex BD D1 6C A 0 30 12 48 34 3E
Octal 275 321 154 12 0 60 22 110 64 76
Binary 10111101 11010001 1101100 1010 0 110000 10010 1001000 110100 111110

Color Harmonies of #BDD16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD16C

Black with #BDD16C

Text Example


Text Example

White with #BDD16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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