Html Css Color HEX #B2C26A Wild Willow

📋 copy color: '#B2C26A'

red 178 ◦ green 194 ◦ blue 106

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

Shades of Wild Willow #B2C26A

Tints of Wild Willow #B2C26A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

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

R = 37.24%
G = 40.59%
B = 22.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#B2C26A (or 0xB2C26A) is known color: Wild Willow. HEX triplet: B2, C2 and 6A. RGB value is (178,194,106). Sum of RGB (Red+Green+Blue) = 178+194+106=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C26A is #4D3D95. Grayscale: #B3B3B3. Windows color (decimal): -5062038 or 6996658. OLE color: 6996658.

HSL color Cylindrical-coordinate representation of color #B2C26A: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2C26A is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 106 -
CMYK 0.08 0 0.45 0.24
HSL 70.91º 0.42% 0.59% -
HSV(B) 70.91º 0.45% 0.76% -
XYZ 40.25 49.09 20.99 -
YUV 179.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 178 194 106 0.08 0 0.45 0.24 70.91 0.42 0.59
Hex B2 C2 6A 8 0 2D 18 47 2A 3B
Octal 262 302 152 10 0 55 30 107 52 73
Binary 10110010 11000010 1101010 1000 0 101101 11000 1000111 101010 111011

Color Harmonies of #B2C26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C26A

Black with #B2C26A

Text Example


Text Example

White with #B2C26A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C26A; }

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

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

background-color css

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

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

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

border-color css

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

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

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