Html Css Color HEX #B0BD6A Wild Willow

📋 copy color: '#B0BD6A'

red 176 ◦ green 189 ◦ blue 106

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

Shades of Wild Willow #B0BD6A

Tints of Wild Willow #B0BD6A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 37.37%
G = 40.13%
B = 22.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B0BD6A (or 0xB0BD6A) is known color: Wild Willow. HEX triplet: B0, BD and 6A. RGB value is (176,189,106). Sum of RGB (Red+Green+Blue) = 176+189+106=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD6A is #4F4295. Grayscale: #AFAFAF. Windows color (decimal): -5194390 or 6995376. OLE color: 6995376.

HSL color Cylindrical-coordinate representation of color #B0BD6A: hue angle of 69.4º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0BD6A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 106 -
CMYK 0.07 0 0.44 0.26
HSL 69.4º 0.39% 0.58% -
HSV(B) 69.4º 0.44% 0.74% -
XYZ 38.7 46.67 20.6 -
YUV 175.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 176 189 106 0.07 0 0.44 0.26 69.4 0.39 0.58
Hex B0 BD 6A 7 0 2C 1A 45 27 3A
Octal 260 275 152 7 0 54 32 105 47 72
Binary 10110000 10111101 1101010 111 0 101100 11010 1000101 100111 111010

Color Harmonies of #B0BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD6A

Black with #B0BD6A

Text Example


Text Example

White with #B0BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD6A; }

 p { color: rgb(176,189,106); }

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

background-color css

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

 a { background-color: rgb(176,189,106); }

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

border-color css

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

 span { border-color: rgb(176,189,106); }

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