Html Css Color HEX #B2C476 Caper

📋 copy color: '#B2C476'

red 178 ◦ green 196 ◦ blue 118

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

Shades of Caper #B2C476

Tints of Caper #B2C476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 36.18%
G = 39.84%
B = 23.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#B2C476 (or 0xB2C476) is known color: Caper. HEX triplet: B2, C4 and 76. RGB value is (178,196,118). Sum of RGB (Red+Green+Blue) = 178+196+118=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C476 is #4D3B89. Grayscale: #B6B6B6. Windows color (decimal): -5061514 or 7783602. OLE color: 7783602.

HSL color Cylindrical-coordinate representation of color #B2C476: hue angle of 73.85º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2C476 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 196 118 -
CMYK 0.09 0 0.40 0.23
HSL 73.85º 0.4% 0.62% -
HSV(B) 73.85º 0.4% 0.77% -
XYZ 41.37 50.25 24.66 -
YUV 181.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 178 196 118 0.09 0 0.40 0.23 73.85 0.4 0.62
Hex B2 C4 76 9 0 28 17 4A 28 3E
Octal 262 304 166 11 0 50 27 112 50 76
Binary 10110010 11000100 1110110 1001 0 101000 10111 1001010 101000 111110

Color Harmonies of #B2C476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C476

Black with #B2C476

Text Example


Text Example

White with #B2C476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C476; }

 p { color: rgb(178,196,118); }

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

background-color css

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

 a { background-color: rgb(178,196,118); }

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

border-color css

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

 span { border-color: rgb(178,196,118); }

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