Html Css Color HEX #BDDA6D Wild Willow

📋 copy color: '#BDDA6D'

red 189 ◦ green 218 ◦ blue 109

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

Shades of Wild Willow #BDDA6D

Tints of Wild Willow #BDDA6D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

 BLUE value IS 109 (42.97% from 255) = 21.12%

R = 36.63%
G = 42.25%
B = 21.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#BDDA6D (or 0xBDDA6D) is known color: Wild Willow. HEX triplet: BD, DA and 6D. RGB value is (189,218,109). Sum of RGB (Red+Green+Blue) = 189+218+109=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6D is #422592. Grayscale: #C5C5C5. Windows color (decimal): -4334995 or 7199421. OLE color: 7199421.

HSL color Cylindrical-coordinate representation of color #BDDA6D: hue angle of 75.96º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDDA6D is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 109 -
CMYK 0.13 0 0.5 0.15
HSL 75.96º 0.6% 0.64% -
HSV(B) 75.96º 0.5% 0.85% -
XYZ 48.82 62.07 23.87 -
YUV 196.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 189 218 109 0.13 0 0.5 0.15 75.96 0.6 0.64
Hex BD DA 6D D 0 32 F 4C 3C 40
Octal 275 332 155 15 0 62 17 114 74 100
Binary 10111101 11011010 1101101 1101 0 110010 1111 1001100 111100 1000000

Color Harmonies of #BDDA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA6D

Black with #BDDA6D

Text Example


Text Example

White with #BDDA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA6D; }

 p { color: rgb(189,218,109); }

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

background-color css

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

 a { background-color: rgb(189,218,109); }

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

border-color css

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

 span { border-color: rgb(189,218,109); }

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