Html Css Color HEX #B2C18E Caper

📋 copy color: '#B2C18E'

red 178 ◦ green 193 ◦ blue 142

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

Shades of Caper #B2C18E

Tints of Caper #B2C18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 34.7%
G = 37.62%
B = 27.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#B2C18E (or 0xB2C18E) is known color: Caper. HEX triplet: B2, C1 and 8E. RGB value is (178,193,142). Sum of RGB (Red+Green+Blue) = 178+193+142=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18E is #4D3E71. Grayscale: #B6B6B6. Windows color (decimal): -5062258 or 9355698. OLE color: 9355698.

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

Color convert

RGB 178 193 142 -
CMYK 0.08 0 0.26 0.24
HSL 77.65º 0.29% 0.66% -
HSV(B) 77.65º 0.26% 0.76% -
XYZ 42.31 49.56 32.93 -
YUV 182.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 178 193 142 0.08 0 0.26 0.24 77.65 0.29 0.66
Hex B2 C1 8E 8 0 1A 18 4E 1D 42
Octal 262 301 216 10 0 32 30 116 35 102
Binary 10110010 11000001 10001110 1000 0 11010 11000 1001110 11101 1000010

Color Harmonies of #B2C18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C18E

Black with #B2C18E

Text Example


Text Example

White with #B2C18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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