Html Css Color HEX #BDCD6D Wild Willow

📋 copy color: '#BDCD6D'

red 189 ◦ green 205 ◦ blue 109

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

Shades of Wild Willow #BDCD6D

Tints of Wild Willow #BDCD6D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.76%

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

R = 37.57%
G = 40.76%
B = 21.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#BDCD6D (or 0xBDCD6D) is known color: Wild Willow. HEX triplet: BD, CD and 6D. RGB value is (189,205,109). Sum of RGB (Red+Green+Blue) = 189+205+109=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD6D is #423292. Grayscale: #BDBDBD. Windows color (decimal): -4338323 or 7196093. OLE color: 7196093.

HSL color Cylindrical-coordinate representation of color #BDCD6D: hue angle of 70º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDCD6D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 109 -
CMYK 0.08 0 0.47 0.20
HSL 70º 0.49% 0.62% -
HSV(B) 70º 0.47% 0.8% -
XYZ 45.58 55.59 22.79 -
YUV 189.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 189 205 109 0.08 0 0.47 0.20 70 0.49 0.62
Hex BD CD 6D 8 0 2F 14 46 31 3E
Octal 275 315 155 10 0 57 24 106 61 76
Binary 10111101 11001101 1101101 1000 0 101111 10100 1000110 110001 111110

Color Harmonies of #BDCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD6D

Black with #BDCD6D

Text Example


Text Example

White with #BDCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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