Html Css Color HEX #BDDB6D Wild Willow

📋 copy color: '#BDDB6D'

red 189 ◦ green 219 ◦ blue 109

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

Shades of Wild Willow #BDDB6D

Tints of Wild Willow #BDDB6D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 36.56%
G = 42.36%
B = 21.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#BDDB6D (or 0xBDDB6D) is known color: Wild Willow. HEX triplet: BD, DB and 6D. RGB value is (189,219,109). Sum of RGB (Red+Green+Blue) = 189+219+109=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB6D is #422492. Grayscale: #C5C5C5. Windows color (decimal): -4334739 or 7199677. OLE color: 7199677.

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

Color convert

RGB 189 219 109 -
CMYK 0.14 0 0.50 0.14
HSL 76.36º 0.6% 0.64% -
HSV(B) 76.36º 0.5% 0.86% -
XYZ 49.08 62.59 23.96 -
YUV 197.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 189 219 109 0.14 0 0.50 0.14 76.36 0.6 0.64
Hex BD DB 6D E 0 32 E 4C 3C 40
Octal 275 333 155 16 0 62 16 114 74 100
Binary 10111101 11011011 1101101 1110 0 110010 1110 1001100 111100 1000000

Color Harmonies of #BDDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB6D

Black with #BDDB6D

Text Example


Text Example

White with #BDDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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