Html Css Color HEX #B2C98C Caper

📋 copy color: '#B2C98C'

red 178 ◦ green 201 ◦ blue 140

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

Shades of Caper #B2C98C

Tints of Caper #B2C98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

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

R = 34.3%
G = 38.73%
B = 26.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B2C98C (or 0xB2C98C) is known color: Caper. HEX triplet: B2, C9 and 8C. RGB value is (178,201,140). Sum of RGB (Red+Green+Blue) = 178+201+140=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C98C is #4D3673. Grayscale: #BBBBBB. Windows color (decimal): -5060212 or 9226674. OLE color: 9226674.

HSL color Cylindrical-coordinate representation of color #B2C98C: hue angle of 82.62º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C98C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 140 -
CMYK 0.11 0 0.30 0.21
HSL 82.62º 0.36% 0.67% -
HSV(B) 82.62º 0.3% 0.79% -
XYZ 43.98 53.13 32.75 -
YUV 187.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 178 201 140 0.11 0 0.30 0.21 82.62 0.36 0.67
Hex B2 C9 8C B 0 1E 15 53 24 43
Octal 262 311 214 13 0 36 25 123 44 103
Binary 10110010 11001001 10001100 1011 0 11110 10101 1010011 100100 1000011

Color Harmonies of #B2C98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C98C

Black with #B2C98C

Text Example


Text Example

White with #B2C98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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