Html Css Color HEX #BDCD73 Wild Willow

📋 copy color: '#BDCD73'

red 189 ◦ green 205 ◦ blue 115

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

Shades of Wild Willow #BDCD73

Tints of Wild Willow #BDCD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.59%

R = 37.13%
G = 40.28%
B = 22.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#BDCD73 (or 0xBDCD73) is known color: Wild Willow. HEX triplet: BD, CD and 73. RGB value is (189,205,115). Sum of RGB (Red+Green+Blue) = 189+205+115=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCD73 is #42328C. Grayscale: #BEBEBE. Windows color (decimal): -4338317 or 7589309. OLE color: 7589309.

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

Color convert

RGB 189 205 115 -
CMYK 0.08 0 0.44 0.20
HSL 70.67º 0.47% 0.63% -
HSV(B) 70.67º 0.44% 0.8% -
XYZ 45.91 55.72 24.55 -
YUV 189.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 189 205 115 0.08 0 0.44 0.20 70.67 0.47 0.63
Hex BD CD 73 8 0 2C 14 47 2F 3F
Octal 275 315 163 10 0 54 24 107 57 77
Binary 10111101 11001101 1110011 1000 0 101100 10100 1000111 101111 111111

Color Harmonies of #BDCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCD73

Black with #BDCD73

Text Example


Text Example

White with #BDCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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