Html Css Color HEX #B2C192 Caper

📋 copy color: '#B2C192'

red 178 ◦ green 193 ◦ blue 146

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

Shades of Caper #B2C192

Tints of Caper #B2C192

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 34.43%
G = 37.33%
B = 28.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#B2C192 (or 0xB2C192) is known color: Caper. HEX triplet: B2, C1 and 92. RGB value is (178,193,146). Sum of RGB (Red+Green+Blue) = 178+193+146=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C192 is #4D3E6D. Grayscale: #B7B7B7. Windows color (decimal): -5062254 or 9617842. OLE color: 9617842.

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

Color convert

RGB 178 193 146 -
CMYK 0.08 0 0.24 0.24
HSL 79.15º 0.27% 0.66% -
HSV(B) 79.15º 0.24% 0.76% -
XYZ 42.62 49.68 34.54 -
YUV 183.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 178 193 146 0.08 0 0.24 0.24 79.15 0.27 0.66
Hex B2 C1 92 8 0 18 18 4F 1B 42
Octal 262 301 222 10 0 30 30 117 33 102
Binary 10110010 11000001 10010010 1000 0 11000 11000 1001111 11011 1000010

Color Harmonies of #B2C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C192

Black with #B2C192

Text Example


Text Example

White with #B2C192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C192; }

 p { color: rgb(178,193,146); }

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

background-color css

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

 a { background-color: rgb(178,193,146); }

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

border-color css

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

 span { border-color: rgb(178,193,146); }

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