Html Css Color HEX #BBC463 Wild Willow

📋 copy color: '#BBC463'

red 187 ◦ green 196 ◦ blue 99

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

Shades of Wild Willow #BBC463

Tints of Wild Willow #BBC463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

 BLUE value IS 99 (39.06% from 255) = 20.54%

R = 38.8%
G = 40.66%
B = 20.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BBC463 (or 0xBBC463) is known color: Wild Willow. HEX triplet: BB, C4 and 63. RGB value is (187,196,99). Sum of RGB (Red+Green+Blue) = 187+196+99=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC463 is #443B9C. Grayscale: #B6B6B6. Windows color (decimal): -4471709 or 6538427. OLE color: 6538427.

HSL color Cylindrical-coordinate representation of color #BBC463: hue angle of 65.57º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC463 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 99 -
CMYK 0.05 0 0.49 0.23
HSL 65.57º 0.45% 0.58% -
HSV(B) 65.57º 0.49% 0.77% -
XYZ 42.49 50.95 19.4 -
YUV 182.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 187 196 99 0.05 0 0.49 0.23 65.57 0.45 0.58
Hex BB C4 63 5 0 31 17 42 2D 3A
Octal 273 304 143 5 0 61 27 102 55 72
Binary 10111011 11000100 1100011 101 0 110001 10111 1000010 101101 111010

Color Harmonies of #BBC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC463

Black with #BBC463

Text Example


Text Example

White with #BBC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC463; }

 p { color: rgb(187,196,99); }

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

background-color css

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

 a { background-color: rgb(187,196,99); }

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

border-color css

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

 span { border-color: rgb(187,196,99); }

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