Html Css Color HEX #B2C68C Caper

📋 copy color: '#B2C68C'

red 178 ◦ green 198 ◦ blue 140

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

Shades of Caper #B2C68C

Tints of Caper #B2C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.37%

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

R = 34.5%
G = 38.37%
B = 27.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#B2C68C (or 0xB2C68C) is known color: Caper. HEX triplet: B2, C6 and 8C. RGB value is (178,198,140). Sum of RGB (Red+Green+Blue) = 178+198+140=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C68C is #4D3973. Grayscale: #B9B9B9. Windows color (decimal): -5060980 or 9225906. OLE color: 9225906.

HSL color Cylindrical-coordinate representation of color #B2C68C: hue angle of 80.69º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2C68C is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 140 -
CMYK 0.10 0 0.29 0.22
HSL 80.69º 0.34% 0.66% -
HSV(B) 80.69º 0.29% 0.78% -
XYZ 43.29 51.75 32.52 -
YUV 185.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 178 198 140 0.10 0 0.29 0.22 80.69 0.34 0.66
Hex B2 C6 8C A 0 1D 16 51 22 42
Octal 262 306 214 12 0 35 26 121 42 102
Binary 10110010 11000110 10001100 1010 0 11101 10110 1010001 100010 1000010

Color Harmonies of #B2C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C68C

Black with #B2C68C

Text Example


Text Example

White with #B2C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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