Html Css Color HEX #B2C26C Wild Willow

📋 copy color: '#B2C26C'

red 178 ◦ green 194 ◦ blue 108

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

Shades of Wild Willow #B2C26C

Tints of Wild Willow #B2C26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 37.08%
G = 40.42%
B = 22.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#B2C26C (or 0xB2C26C) is known color: Wild Willow. HEX triplet: B2, C2 and 6C. RGB value is (178,194,108). Sum of RGB (Red+Green+Blue) = 178+194+108=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C26C is #4D3D93. Grayscale: #B3B3B3. Windows color (decimal): -5062036 or 7127730. OLE color: 7127730.

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

Color convert

RGB 178 194 108 -
CMYK 0.08 0 0.44 0.24
HSL 71.16º 0.41% 0.59% -
HSV(B) 71.16º 0.44% 0.76% -
XYZ 40.36 49.13 21.54 -
YUV 179.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 178 194 108 0.08 0 0.44 0.24 71.16 0.41 0.59
Hex B2 C2 6C 8 0 2C 18 47 29 3B
Octal 262 302 154 10 0 54 30 107 51 73
Binary 10110010 11000010 1101100 1000 0 101100 11000 1000111 101001 111011

Color Harmonies of #B2C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C26C

Black with #B2C26C

Text Example


Text Example

White with #B2C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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