Html Css Color HEX #B2C98A Caper

📋 copy color: '#B2C98A'

red 178 ◦ green 201 ◦ blue 138

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

Shades of Caper #B2C98A

Tints of Caper #B2C98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 34.43%
G = 38.88%
B = 26.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#B2C98A (or 0xB2C98A) is known color: Caper. HEX triplet: B2, C9 and 8A. RGB value is (178,201,138). Sum of RGB (Red+Green+Blue) = 178+201+138=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C98A is #4D3675. Grayscale: #BBBBBB. Windows color (decimal): -5060214 or 9095602. OLE color: 9095602.

HSL color Cylindrical-coordinate representation of color #B2C98A: hue angle of 81.9º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2C98A is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 138 -
CMYK 0.11 0 0.31 0.21
HSL 81.9º 0.37% 0.66% -
HSV(B) 81.9º 0.31% 0.79% -
XYZ 43.83 53.07 31.98 -
YUV 186.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 178 201 138 0.11 0 0.31 0.21 81.9 0.37 0.66
Hex B2 C9 8A B 0 1F 15 52 25 42
Octal 262 311 212 13 0 37 25 122 45 102
Binary 10110010 11001001 10001010 1011 0 11111 10101 1010010 100101 1000010

Color Harmonies of #B2C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C98A

Black with #B2C98A

Text Example


Text Example

White with #B2C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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