Html Css Color HEX #B0BF6B Wild Willow

📋 copy color: '#B0BF6B'

red 176 ◦ green 191 ◦ blue 107

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

Shades of Wild Willow #B0BF6B

Tints of Wild Willow #B0BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 37.13%
G = 40.3%
B = 22.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#B0BF6B (or 0xB0BF6B) is known color: Wild Willow. HEX triplet: B0, BF and 6B. RGB value is (176,191,107). Sum of RGB (Red+Green+Blue) = 176+191+107=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF6B is #4F4094. Grayscale: #B1B1B1. Windows color (decimal): -5193877 or 7061424. OLE color: 7061424.

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

Color convert

RGB 176 191 107 -
CMYK 0.08 0 0.44 0.25
HSL 70.71º 0.4% 0.58% -
HSV(B) 70.71º 0.44% 0.75% -
XYZ 39.19 47.55 21.02 -
YUV 176.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 176 191 107 0.08 0 0.44 0.25 70.71 0.4 0.58
Hex B0 BF 6B 8 0 2C 19 47 28 3A
Octal 260 277 153 10 0 54 31 107 50 72
Binary 10110000 10111111 1101011 1000 0 101100 11001 1000111 101000 111010

Color Harmonies of #B0BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF6B

Black with #B0BF6B

Text Example


Text Example

White with #B0BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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