Html Css Color HEX #BDC161 Wild Willow

📋 copy color: '#BDC161'

red 189 ◦ green 193 ◦ blue 97

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

Shades of Wild Willow #BDC161

Tints of Wild Willow #BDC161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.29%

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

R = 39.46%
G = 40.29%
B = 20.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BDC161 (or 0xBDC161) is known color: Wild Willow. HEX triplet: BD, C1 and 61. RGB value is (189,193,97). Sum of RGB (Red+Green+Blue) = 189+193+97=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC161 is #423E9E. Grayscale: #B5B5B5. Windows color (decimal): -4341407 or 6406589. OLE color: 6406589.

HSL color Cylindrical-coordinate representation of color #BDC161: hue angle of 62.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC161 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 97 -
CMYK 0.02 0 0.50 0.24
HSL 62.5º 0.44% 0.57% -
HSV(B) 62.5º 0.5% 0.76% -
XYZ 42.21 49.82 18.7 -
YUV 180.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 189 193 97 0.02 0 0.50 0.24 62.5 0.44 0.57
Hex BD C1 61 2 0 32 18 3F 2C 39
Octal 275 301 141 2 0 62 30 77 54 71
Binary 10111101 11000001 1100001 10 0 110010 11000 111111 101100 111001

Color Harmonies of #BDC161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC161

Black with #BDC161

Text Example


Text Example

White with #BDC161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC161; }

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

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

background-color css

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

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

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

border-color css

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

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

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