Html Css Color HEX #BBC465 Wild Willow

📋 copy color: '#BBC465'

red 187 ◦ green 196 ◦ blue 101

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

Shades of Wild Willow #BBC465

Tints of Wild Willow #BBC465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 38.64%
G = 40.5%
B = 20.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#BBC465 (or 0xBBC465) is known color: Wild Willow. HEX triplet: BB, C4 and 65. RGB value is (187,196,101). Sum of RGB (Red+Green+Blue) = 187+196+101=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC465 is #443B9A. Grayscale: #B6B6B6. Windows color (decimal): -4471707 or 6669499. OLE color: 6669499.

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

Color convert

RGB 187 196 101 -
CMYK 0.05 0 0.48 0.23
HSL 65.68º 0.45% 0.58% -
HSV(B) 65.68º 0.48% 0.77% -
XYZ 42.58 50.98 19.91 -
YUV 182.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 187 196 101 0.05 0 0.48 0.23 65.68 0.45 0.58
Hex BB C4 65 5 0 30 17 42 2D 3A
Octal 273 304 145 5 0 60 27 102 55 72
Binary 10111011 11000100 1100101 101 0 110000 10111 1000010 101101 111010

Color Harmonies of #BBC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC465

Black with #BBC465

Text Example


Text Example

White with #BBC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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