Html Css Color HEX #B2C364 Wild Willow

📋 copy color: '#B2C364'

red 178 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #B2C364

Tints of Wild Willow #B2C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 100 (39.45% from 255) = 21.14%

R = 37.63%
G = 41.23%
B = 21.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#B2C364 (or 0xB2C364) is known color: Wild Willow. HEX triplet: B2, C3 and 64. RGB value is (178,195,100). Sum of RGB (Red+Green+Blue) = 178+195+100=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C364 is #4D3C9B. Grayscale: #B3B3B3. Windows color (decimal): -5061788 or 6603698. OLE color: 6603698.

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

Color convert

RGB 178 195 100 -
CMYK 0.09 0 0.49 0.24
HSL 70.74º 0.44% 0.58% -
HSV(B) 70.74º 0.49% 0.76% -
XYZ 40.18 49.42 19.48 -
YUV 179.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 178 195 100 0.09 0 0.49 0.24 70.74 0.44 0.58
Hex B2 C3 64 9 0 31 18 47 2C 3A
Octal 262 303 144 11 0 61 30 107 54 72
Binary 10110010 11000011 1100100 1001 0 110001 11000 1000111 101100 111010

Color Harmonies of #B2C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C364

Black with #B2C364

Text Example


Text Example

White with #B2C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C364; }

 p { color: rgb(178,195,100); }

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

background-color css

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

 a { background-color: rgb(178,195,100); }

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

border-color css

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

 span { border-color: rgb(178,195,100); }

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