Html Css Color HEX #B1BD6A Wild Willow

📋 copy color: '#B1BD6A'

red 177 ◦ green 189 ◦ blue 106

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

Shades of Wild Willow #B1BD6A

Tints of Wild Willow #B1BD6A

RGB

 RED value IS 177 (69.53% from 255) = 37.5%

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

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

R = 37.5%
G = 40.04%
B = 22.46%

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

#B1BD6A (or 0xB1BD6A) is known color: Wild Willow. HEX triplet: B1, BD and 6A. RGB value is (177,189,106). Sum of RGB (Red+Green+Blue) = 177+189+106=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BD6A is #4E4295. Grayscale: #B0B0B0. Windows color (decimal): -5128854 or 6995377. OLE color: 6995377.

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

Color convert

RGB 177 189 106 -
CMYK 0.06 0 0.44 0.26
HSL 68.67º 0.39% 0.58% -
HSV(B) 68.67º 0.44% 0.74% -
XYZ 38.93 46.78 20.61 -
YUV 175.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 177 189 106 0.06 0 0.44 0.26 68.67 0.39 0.58
Hex B1 BD 6A 6 0 2C 1A 45 27 3A
Octal 261 275 152 6 0 54 32 105 47 72
Binary 10110001 10111101 1101010 110 0 101100 11010 1000101 100111 111010

Color Harmonies of #B1BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD6A

Black with #B1BD6A

Text Example


Text Example

White with #B1BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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