Html Css Color HEX #BBC161 Wild Willow

📋 copy color: '#BBC161'

red 187 ◦ green 193 ◦ blue 97

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

Shades of Wild Willow #BBC161

Tints of Wild Willow #BBC161

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

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

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

R = 39.2%
G = 40.46%
B = 20.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BBC161 (or 0xBBC161) is known color: Wild Willow. HEX triplet: BB, C1 and 61. RGB value is (187,193,97). Sum of RGB (Red+Green+Blue) = 187+193+97=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC161 is #443E9E. Grayscale: #B4B4B4. Windows color (decimal): -4472479 or 6406587. OLE color: 6406587.

HSL color Cylindrical-coordinate representation of color #BBC161: hue angle of 63.75º 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 #BBC161 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 97 -
CMYK 0.03 0 0.50 0.24
HSL 63.75º 0.44% 0.57% -
HSV(B) 63.75º 0.5% 0.76% -
XYZ 41.72 49.57 18.68 -
YUV 180.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 187 193 97 0.03 0 0.50 0.24 63.75 0.44 0.57
Hex BB C1 61 3 0 32 18 40 2C 39
Octal 273 301 141 3 0 62 30 100 54 71
Binary 10111011 11000001 1100001 11 0 110010 11000 1000000 101100 111001

Color Harmonies of #BBC161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC161

Black with #BBC161

Text Example


Text Example

White with #BBC161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC161; }

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

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

background-color css

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

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

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

border-color css

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

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

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