Html Css Color HEX #BBC265 Wild Willow

📋 copy color: '#BBC265'

red 187 ◦ green 194 ◦ blue 101

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

Shades of Wild Willow #BBC265

Tints of Wild Willow #BBC265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 38.8%
G = 40.25%
B = 20.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BBC265 (or 0xBBC265) is known color: Wild Willow. HEX triplet: BB, C2 and 65. RGB value is (187,194,101). Sum of RGB (Red+Green+Blue) = 187+194+101=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC265 is #443D9A. Grayscale: #B5B5B5. Windows color (decimal): -4472219 or 6668987. OLE color: 6668987.

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

Color convert

RGB 187 194 101 -
CMYK 0.04 0 0.48 0.24
HSL 64.52º 0.43% 0.58% -
HSV(B) 64.52º 0.48% 0.76% -
XYZ 42.13 50.09 19.76 -
YUV 181.31 82.68 132.06 -
System Red Green Blue C M Y K H S L
Decimal 187 194 101 0.04 0 0.48 0.24 64.52 0.43 0.58
Hex BB C2 65 4 0 30 18 41 2B 3A
Octal 273 302 145 4 0 60 30 101 53 72
Binary 10111011 11000010 1100101 100 0 110000 11000 1000001 101011 111010

Color Harmonies of #BBC265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC265

Black with #BBC265

Text Example


Text Example

White with #BBC265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC265; }

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

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

background-color css

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

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

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

border-color css

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

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

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