Html Css Color HEX #BBC870 Wild Willow

📋 copy color: '#BBC870'

red 187 ◦ green 200 ◦ blue 112

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

Shades of Wild Willow #BBC870

Tints of Wild Willow #BBC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 37.47%
G = 40.08%
B = 22.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BBC870 (or 0xBBC870) is known color: Wild Willow. HEX triplet: BB, C8 and 70. RGB value is (187,200,112). Sum of RGB (Red+Green+Blue) = 187+200+112=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC870 is #44378F. Grayscale: #BABABA. Windows color (decimal): -4470672 or 7391419. OLE color: 7391419.

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

Color convert

RGB 187 200 112 -
CMYK 0.06 0 0.44 0.22
HSL 68.86º 0.44% 0.61% -
HSV(B) 68.86º 0.44% 0.78% -
XYZ 44.07 53.04 23.24 -
YUV 186.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 187 200 112 0.06 0 0.44 0.22 68.86 0.44 0.61
Hex BB C8 70 6 0 2C 16 45 2C 3D
Octal 273 310 160 6 0 54 26 105 54 75
Binary 10111011 11001000 1110000 110 0 101100 10110 1000101 101100 111101

Color Harmonies of #BBC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC870

Black with #BBC870

Text Example


Text Example

White with #BBC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC870; }

 p { color: rgb(187,200,112); }

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

background-color css

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

 a { background-color: rgb(187,200,112); }

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

border-color css

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

 span { border-color: rgb(187,200,112); }

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