Html Css Color HEX #BBC162 Wild Willow

📋 copy color: '#BBC162'

red 187 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #BBC162

Tints of Wild Willow #BBC162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.5%

R = 39.12%
G = 40.38%
B = 20.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BBC162 (or 0xBBC162) is known color: Wild Willow. HEX triplet: BB, C1 and 62. RGB value is (187,193,98). Sum of RGB (Red+Green+Blue) = 187+193+98=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC162 is #443E9D. Grayscale: #B4B4B4. Windows color (decimal): -4472478 or 6472123. OLE color: 6472123.

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

Color convert

RGB 187 193 98 -
CMYK 0.03 0 0.49 0.24
HSL 63.79º 0.43% 0.57% -
HSV(B) 63.79º 0.49% 0.76% -
XYZ 41.77 49.59 18.93 -
YUV 180.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 187 193 98 0.03 0 0.49 0.24 63.79 0.43 0.57
Hex BB C1 62 3 0 31 18 40 2B 39
Octal 273 301 142 3 0 61 30 100 53 71
Binary 10111011 11000001 1100010 11 0 110001 11000 1000000 101011 111001

Color Harmonies of #BBC162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC162

Black with #BBC162

Text Example


Text Example

White with #BBC162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC162; }

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

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

background-color css

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

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

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

border-color css

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

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

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