Html Css Color HEX #B0BF6D Wild Willow

📋 copy color: '#B0BF6D'

red 176 ◦ green 191 ◦ blue 109

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

Shades of Wild Willow #B0BF6D

Tints of Wild Willow #B0BF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 36.97%
G = 40.13%
B = 22.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B0BF6D (or 0xB0BF6D) is known color: Wild Willow. HEX triplet: B0, BF and 6D. RGB value is (176,191,109). Sum of RGB (Red+Green+Blue) = 176+191+109=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF6D is #4F4092. Grayscale: #B1B1B1. Windows color (decimal): -5193875 or 7192496. OLE color: 7192496.

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

Color convert

RGB 176 191 109 -
CMYK 0.08 0 0.43 0.25
HSL 70.98º 0.39% 0.59% -
HSV(B) 70.98º 0.43% 0.75% -
XYZ 39.3 47.6 21.58 -
YUV 177.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 176 191 109 0.08 0 0.43 0.25 70.98 0.39 0.59
Hex B0 BF 6D 8 0 2B 19 47 27 3B
Octal 260 277 155 10 0 53 31 107 47 73
Binary 10110000 10111111 1101101 1000 0 101011 11001 1000111 100111 111011

Color Harmonies of #B0BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF6D

Black with #B0BF6D

Text Example


Text Example

White with #B0BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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