Html Css Color HEX #B2C18C Caper

📋 copy color: '#B2C18C'

red 178 ◦ green 193 ◦ blue 140

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

Shades of Caper #B2C18C

Tints of Caper #B2C18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.4%

R = 34.83%
G = 37.77%
B = 27.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B2C18C (or 0xB2C18C) is known color: Caper. HEX triplet: B2, C1 and 8C. RGB value is (178,193,140). Sum of RGB (Red+Green+Blue) = 178+193+140=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18C is #4D3E73. Grayscale: #B6B6B6. Windows color (decimal): -5062260 or 9224626. OLE color: 9224626.

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

Color convert

RGB 178 193 140 -
CMYK 0.08 0 0.27 0.24
HSL 76.98º 0.3% 0.65% -
HSV(B) 76.98º 0.27% 0.76% -
XYZ 42.16 49.5 32.14 -
YUV 182.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 178 193 140 0.08 0 0.27 0.24 76.98 0.3 0.65
Hex B2 C1 8C 8 0 1B 18 4D 1E 41
Octal 262 301 214 10 0 33 30 115 36 101
Binary 10110010 11000001 10001100 1000 0 11011 11000 1001101 11110 1000001

Color Harmonies of #B2C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C18C

Black with #B2C18C

Text Example


Text Example

White with #B2C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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