Html Css Color HEX #B2C25F Wild Willow

📋 copy color: '#B2C25F'

red 178 ◦ green 194 ◦ blue 95

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

Shades of Wild Willow #B2C25F

Tints of Wild Willow #B2C25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 38.12%
G = 41.54%
B = 20.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#B2C25F (or 0xB2C25F) is known color: Wild Willow. HEX triplet: B2, C2 and 5F. RGB value is (178,194,95). Sum of RGB (Red+Green+Blue) = 178+194+95=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C25F is #4D3DA0. Grayscale: #B2B2B2. Windows color (decimal): -5062049 or 6275762. OLE color: 6275762.

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

Color convert

RGB 178 194 95 -
CMYK 0.08 0 0.51 0.24
HSL 69.7º 0.45% 0.57% -
HSV(B) 69.7º 0.51% 0.76% -
XYZ 39.72 48.87 18.17 -
YUV 177.93 81.2 128.05 -
System Red Green Blue C M Y K H S L
Decimal 178 194 95 0.08 0 0.51 0.24 69.7 0.45 0.57
Hex B2 C2 5F 8 0 33 18 46 2D 39
Octal 262 302 137 10 0 63 30 106 55 71
Binary 10110010 11000010 1011111 1000 0 110011 11000 1000110 101101 111001

Color Harmonies of #B2C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C25F

Black with #B2C25F

Text Example


Text Example

White with #B2C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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