Html Css Color HEX #BBC362 Wild Willow

📋 copy color: '#BBC362'

red 187 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #BBC362

Tints of Wild Willow #BBC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

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

R = 38.96%
G = 40.63%
B = 20.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BBC362 (or 0xBBC362) is known color: Wild Willow. HEX triplet: BB, C3 and 62. RGB value is (187,195,98). Sum of RGB (Red+Green+Blue) = 187+195+98=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC362 is #443C9D. Grayscale: #B5B5B5. Windows color (decimal): -4471966 or 6472635. OLE color: 6472635.

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

Color convert

RGB 187 195 98 -
CMYK 0.04 0 0.50 0.24
HSL 64.95º 0.45% 0.57% -
HSV(B) 64.95º 0.5% 0.76% -
XYZ 42.21 50.48 19.07 -
YUV 181.55 80.85 131.89 -
System Red Green Blue C M Y K H S L
Decimal 187 195 98 0.04 0 0.50 0.24 64.95 0.45 0.57
Hex BB C3 62 4 0 32 18 41 2D 39
Octal 273 303 142 4 0 62 30 101 55 71
Binary 10111011 11000011 1100010 100 0 110010 11000 1000001 101101 111001

Color Harmonies of #BBC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC362

Black with #BBC362

Text Example


Text Example

White with #BBC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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