Html Css Color HEX #B2BD6A Wild Willow

📋 copy color: '#B2BD6A'

red 178 ◦ green 189 ◦ blue 106

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

Shades of Wild Willow #B2BD6A

Tints of Wild Willow #B2BD6A

RGB

 RED value IS 178 (69.92% from 255) = 37.63%

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

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

R = 37.63%
G = 39.96%
B = 22.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#B2BD6A (or 0xB2BD6A) is known color: Wild Willow. HEX triplet: B2, BD and 6A. RGB value is (178,189,106). Sum of RGB (Red+Green+Blue) = 178+189+106=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD6A is #4D4295. Grayscale: #B0B0B0. Windows color (decimal): -5063318 or 6995378. OLE color: 6995378.

HSL color Cylindrical-coordinate representation of color #B2BD6A: hue angle of 67.95º 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 #B2BD6A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 106 -
CMYK 0.06 0 0.44 0.26
HSL 67.95º 0.39% 0.58% -
HSV(B) 67.95º 0.44% 0.74% -
XYZ 39.16 46.9 20.62 -
YUV 176.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 178 189 106 0.06 0 0.44 0.26 67.95 0.39 0.58
Hex B2 BD 6A 6 0 2C 1A 44 27 3A
Octal 262 275 152 6 0 54 32 104 47 72
Binary 10110010 10111101 1101010 110 0 101100 11010 1000100 100111 111010

Color Harmonies of #B2BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD6A

Black with #B2BD6A

Text Example


Text Example

White with #B2BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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