Html Css Color HEX #B2C268 Wild Willow

📋 copy color: '#B2C268'

red 178 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #B2C268

Tints of Wild Willow #B2C268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 37.39%
G = 40.76%
B = 21.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B2C268 (or 0xB2C268) is known color: Wild Willow. HEX triplet: B2, C2 and 68. RGB value is (178,194,104). Sum of RGB (Red+Green+Blue) = 178+194+104=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C268 is #4D3D97. Grayscale: #B3B3B3. Windows color (decimal): -5062040 or 6865586. OLE color: 6865586.

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

Color convert

RGB 178 194 104 -
CMYK 0.08 0 0.46 0.24
HSL 70.67º 0.42% 0.58% -
HSV(B) 70.67º 0.46% 0.76% -
XYZ 40.15 49.05 20.45 -
YUV 178.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 178 194 104 0.08 0 0.46 0.24 70.67 0.42 0.58
Hex B2 C2 68 8 0 2E 18 47 2A 3A
Octal 262 302 150 10 0 56 30 107 52 72
Binary 10110010 11000010 1101000 1000 0 101110 11000 1000111 101010 111010

Color Harmonies of #B2C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C268

Black with #B2C268

Text Example


Text Example

White with #B2C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C268; }

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

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

background-color css

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

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

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

border-color css

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

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

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