Html Css Color HEX #BDD46C Wild Willow

📋 copy color: '#BDD46C'

red 189 ◦ green 212 ◦ blue 108

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

Shades of Wild Willow #BDD46C

Tints of Wild Willow #BDD46C

RGB

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

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

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

R = 37.13%
G = 41.65%
B = 21.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#BDD46C (or 0xBDD46C) is known color: Wild Willow. HEX triplet: BD, D4 and 6C. RGB value is (189,212,108). Sum of RGB (Red+Green+Blue) = 189+212+108=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD46C is #422B93. Grayscale: #C1C1C1. Windows color (decimal): -4336532 or 7132349. OLE color: 7132349.

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

Color convert

RGB 189 212 108 -
CMYK 0.11 0 0.49 0.17
HSL 73.27º 0.55% 0.63% -
HSV(B) 73.27º 0.49% 0.83% -
XYZ 47.24 58.99 23.08 -
YUV 193.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 189 212 108 0.11 0 0.49 0.17 73.27 0.55 0.63
Hex BD D4 6C B 0 31 11 49 37 3F
Octal 275 324 154 13 0 61 21 111 67 77
Binary 10111101 11010100 1101100 1011 0 110001 10001 1001001 110111 111111

Color Harmonies of #BDD46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD46C

Black with #BDD46C

Text Example


Text Example

White with #BDD46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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