Html Css Color HEX #BDCA6D Wild Willow

📋 copy color: '#BDCA6D'

red 189 ◦ green 202 ◦ blue 109

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

Shades of Wild Willow #BDCA6D

Tints of Wild Willow #BDCA6D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

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

R = 37.8%
G = 40.4%
B = 21.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#BDCA6D (or 0xBDCA6D) is known color: Wild Willow. HEX triplet: BD, CA and 6D. RGB value is (189,202,109). Sum of RGB (Red+Green+Blue) = 189+202+109=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA6D is #423592. Grayscale: #BBBBBB. Windows color (decimal): -4339091 or 7195325. OLE color: 7195325.

HSL color Cylindrical-coordinate representation of color #BDCA6D: hue angle of 68.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDCA6D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 109 -
CMYK 0.06 0 0.46 0.21
HSL 68.39º 0.47% 0.61% -
HSV(B) 68.39º 0.46% 0.79% -
XYZ 44.87 54.16 22.56 -
YUV 187.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 189 202 109 0.06 0 0.46 0.21 68.39 0.47 0.61
Hex BD CA 6D 6 0 2E 15 44 2F 3D
Octal 275 312 155 6 0 56 25 104 57 75
Binary 10111101 11001010 1101101 110 0 101110 10101 1000100 101111 111101

Color Harmonies of #BDCA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA6D

Black with #BDCA6D

Text Example


Text Example

White with #BDCA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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