Html Css Color HEX #B0BF62 Wild Willow

📋 copy color: '#B0BF62'

red 176 ◦ green 191 ◦ blue 98

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

Shades of Wild Willow #B0BF62

Tints of Wild Willow #B0BF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 37.85%
G = 41.08%
B = 21.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#B0BF62 (or 0xB0BF62) is known color: Wild Willow. HEX triplet: B0, BF and 62. RGB value is (176,191,98). Sum of RGB (Red+Green+Blue) = 176+191+98=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF62 is #4F409D. Grayscale: #B0B0B0. Windows color (decimal): -5193886 or 6471600. OLE color: 6471600.

HSL color Cylindrical-coordinate representation of color #B0BF62: hue angle of 69.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0BF62 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 98 -
CMYK 0.08 0 0.49 0.25
HSL 69.68º 0.42% 0.57% -
HSV(B) 69.68º 0.49% 0.75% -
XYZ 38.74 47.37 18.66 -
YUV 175.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 176 191 98 0.08 0 0.49 0.25 69.68 0.42 0.57
Hex B0 BF 62 8 0 31 19 46 2A 39
Octal 260 277 142 10 0 61 31 106 52 71
Binary 10110000 10111111 1100010 1000 0 110001 11001 1000110 101010 111001

Color Harmonies of #B0BF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF62

Black with #B0BF62

Text Example


Text Example

White with #B0BF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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