Html Css Color HEX #B2C064 Wild Willow

📋 copy color: '#B2C064'

red 178 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #B2C064

Tints of Wild Willow #B2C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

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

R = 37.87%
G = 40.85%
B = 21.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#B2C064 (or 0xB2C064) is known color: Wild Willow. HEX triplet: B2, C0 and 64. RGB value is (178,192,100). Sum of RGB (Red+Green+Blue) = 178+192+100=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C064 is #4D3F9B. Grayscale: #B1B1B1. Windows color (decimal): -5062556 or 6602930. OLE color: 6602930.

HSL color Cylindrical-coordinate representation of color #B2C064: hue angle of 69.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2C064 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 100 -
CMYK 0.07 0 0.48 0.25
HSL 69.13º 0.42% 0.57% -
HSV(B) 69.13º 0.48% 0.75% -
XYZ 39.51 48.08 19.26 -
YUV 177.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 178 192 100 0.07 0 0.48 0.25 69.13 0.42 0.57
Hex B2 C0 64 7 0 30 19 45 2A 39
Octal 262 300 144 7 0 60 31 105 52 71
Binary 10110010 11000000 1100100 111 0 110000 11001 1000101 101010 111001

Color Harmonies of #B2C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C064

Black with #B2C064

Text Example


Text Example

White with #B2C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C064; }

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

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

background-color css

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

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

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

border-color css

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

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

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