Html Css Color HEX #BBC660 Wild Willow

📋 copy color: '#BBC660'

red 187 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #BBC660

Tints of Wild Willow #BBC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

 BLUE value IS 96 (37.89% from 255) = 19.96%

R = 38.88%
G = 41.16%
B = 19.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BBC660 (or 0xBBC660) is known color: Wild Willow. HEX triplet: BB, C6 and 60. RGB value is (187,198,96). Sum of RGB (Red+Green+Blue) = 187+198+96=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC660 is #44399F. Grayscale: #B7B7B7. Windows color (decimal): -4471200 or 6342331. OLE color: 6342331.

HSL color Cylindrical-coordinate representation of color #BBC660: hue angle of 66.47º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC660 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 96 -
CMYK 0.06 0 0.52 0.22
HSL 66.47º 0.47% 0.58% -
HSV(B) 66.47º 0.52% 0.78% -
XYZ 42.8 51.8 18.81 -
YUV 183.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 187 198 96 0.06 0 0.52 0.22 66.47 0.47 0.58
Hex BB C6 60 6 0 34 16 42 2F 3A
Octal 273 306 140 6 0 64 26 102 57 72
Binary 10111011 11000110 1100000 110 0 110100 10110 1000010 101111 111010

Color Harmonies of #BBC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC660

Black with #BBC660

Text Example


Text Example

White with #BBC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC660; }

 p { color: rgb(187,198,96); }

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

background-color css

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

 a { background-color: rgb(187,198,96); }

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

border-color css

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

 span { border-color: rgb(187,198,96); }

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