Html Css Color HEX #BDCF73 Wild Willow

📋 copy color: '#BDCF73'

red 189 ◦ green 207 ◦ blue 115

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

Shades of Wild Willow #BDCF73

Tints of Wild Willow #BDCF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

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

R = 36.99%
G = 40.51%
B = 22.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BDCF73 (or 0xBDCF73) is known color: Wild Willow. HEX triplet: BD, CF and 73. RGB value is (189,207,115). Sum of RGB (Red+Green+Blue) = 189+207+115=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF73 is #42308C. Grayscale: #BFBFBF. Windows color (decimal): -4337805 or 7589821. OLE color: 7589821.

HSL color Cylindrical-coordinate representation of color #BDCF73: hue angle of 71.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDCF73 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 115 -
CMYK 0.09 0 0.44 0.19
HSL 71.74º 0.49% 0.63% -
HSV(B) 71.74º 0.44% 0.81% -
XYZ 46.39 56.68 24.72 -
YUV 191.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 189 207 115 0.09 0 0.44 0.19 71.74 0.49 0.63
Hex BD CF 73 9 0 2C 13 48 31 3F
Octal 275 317 163 11 0 54 23 110 61 77
Binary 10111101 11001111 1110011 1001 0 101100 10011 1001000 110001 111111

Color Harmonies of #BDCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF73

Black with #BDCF73

Text Example


Text Example

White with #BDCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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