Html Css Color HEX #B2C96D Wild Willow

📋 copy color: '#B2C96D'

red 178 ◦ green 201 ◦ blue 109

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

Shades of Wild Willow #B2C96D

Tints of Wild Willow #B2C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 36.48%
G = 41.19%
B = 22.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#B2C96D (or 0xB2C96D) is known color: Wild Willow. HEX triplet: B2, C9 and 6D. RGB value is (178,201,109). Sum of RGB (Red+Green+Blue) = 178+201+109=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C96D is #4D3692. Grayscale: #B7B7B7. Windows color (decimal): -5060243 or 7195058. OLE color: 7195058.

HSL color Cylindrical-coordinate representation of color #B2C96D: hue angle of 75º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2C96D is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 109 -
CMYK 0.11 0 0.46 0.21
HSL 75º 0.46% 0.61% -
HSV(B) 75º 0.46% 0.79% -
XYZ 42.01 52.34 22.36 -
YUV 183.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 178 201 109 0.11 0 0.46 0.21 75 0.46 0.61
Hex B2 C9 6D B 0 2E 15 4B 2E 3D
Octal 262 311 155 13 0 56 25 113 56 75
Binary 10110010 11001001 1101101 1011 0 101110 10101 1001011 101110 111101

Color Harmonies of #B2C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C96D

Black with #B2C96D

Text Example


Text Example

White with #B2C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C96D; }

 p { color: rgb(178,201,109); }

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

background-color css

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

 a { background-color: rgb(178,201,109); }

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

border-color css

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

 span { border-color: rgb(178,201,109); }

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