Html Css Color HEX #B0BF60 Wild Willow

📋 copy color: '#B0BF60'

red 176 ◦ green 191 ◦ blue 96

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

Shades of Wild Willow #B0BF60

Tints of Wild Willow #B0BF60

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

 GREEN value IS 191 (75% from 255) = 41.25%

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

R = 38.01%
G = 41.25%
B = 20.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#B0BF60 (or 0xB0BF60) is known color: Wild Willow. HEX triplet: B0, BF and 60. RGB value is (176,191,96). Sum of RGB (Red+Green+Blue) = 176+191+96=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF60 is #4F409F. Grayscale: #B0B0B0. Windows color (decimal): -5193888 or 6340528. OLE color: 6340528.

HSL color Cylindrical-coordinate representation of color #B0BF60: hue angle of 69.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0BF60 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 96 -
CMYK 0.08 0 0.50 0.25
HSL 69.47º 0.43% 0.56% -
HSV(B) 69.47º 0.5% 0.75% -
XYZ 38.65 47.34 18.17 -
YUV 175.69 83.03 128.22 -
System Red Green Blue C M Y K H S L
Decimal 176 191 96 0.08 0 0.50 0.25 69.47 0.43 0.56
Hex B0 BF 60 8 0 32 19 45 2B 38
Octal 260 277 140 10 0 62 31 105 53 70
Binary 10110000 10111111 1100000 1000 0 110010 11001 1000101 101011 111000

Color Harmonies of #B0BF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF60

Black with #B0BF60

Text Example


Text Example

White with #B0BF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF60; }

 p { color: rgb(176,191,96); }

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

background-color css

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

 a { background-color: rgb(176,191,96); }

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

border-color css

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

 span { border-color: rgb(176,191,96); }

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