Html Css Color HEX #BDC061 Wild Willow

📋 copy color: '#BDC061'

red 189 ◦ green 192 ◦ blue 97

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

Shades of Wild Willow #BDC061

Tints of Wild Willow #BDC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 39.54%
G = 40.17%
B = 20.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BDC061 (or 0xBDC061) is known color: Wild Willow. HEX triplet: BD, C0 and 61. RGB value is (189,192,97). Sum of RGB (Red+Green+Blue) = 189+192+97=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC061 is #423F9E. Grayscale: #B4B4B4. Windows color (decimal): -4341663 or 6406333. OLE color: 6406333.

HSL color Cylindrical-coordinate representation of color #BDC061: hue angle of 61.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC061 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 97 -
CMYK 0.02 0 0.49 0.25
HSL 61.89º 0.43% 0.57% -
HSV(B) 61.89º 0.49% 0.75% -
XYZ 41.99 49.38 18.63 -
YUV 180.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 189 192 97 0.02 0 0.49 0.25 61.89 0.43 0.57
Hex BD C0 61 2 0 31 19 3E 2B 39
Octal 275 300 141 2 0 61 31 76 53 71
Binary 10111101 11000000 1100001 10 0 110001 11001 111110 101011 111001

Color Harmonies of #BDC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC061

Black with #BDC061

Text Example


Text Example

White with #BDC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC061; }

 p { color: rgb(189,192,97); }

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

background-color css

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

 a { background-color: rgb(189,192,97); }

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

border-color css

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

 span { border-color: rgb(189,192,97); }

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