Html Css Color HEX #B1C98A Caper

📋 copy color: '#B1C98A'

red 177 ◦ green 201 ◦ blue 138

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

Shades of Caper #B1C98A

Tints of Caper #B1C98A

RGB

 RED value IS 177 (69.53% from 255) = 34.3%

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

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

R = 34.3%
G = 38.95%
B = 26.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#B1C98A (or 0xB1C98A) is known color: Caper. HEX triplet: B1, C9 and 8A. RGB value is (177,201,138). Sum of RGB (Red+Green+Blue) = 177+201+138=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C98A is #4E3675. Grayscale: #BABABA. Windows color (decimal): -5125750 or 9095601. OLE color: 9095601.

HSL color Cylindrical-coordinate representation of color #B1C98A: hue angle of 82.86º 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 #B1C98A is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 138 -
CMYK 0.12 0 0.31 0.21
HSL 82.86º 0.37% 0.66% -
HSV(B) 82.86º 0.31% 0.79% -
XYZ 43.61 52.96 31.97 -
YUV 186.64 100.55 121.12 -
System Red Green Blue C M Y K H S L
Decimal 177 201 138 0.12 0 0.31 0.21 82.86 0.37 0.66
Hex B1 C9 8A C 0 1F 15 53 25 42
Octal 261 311 212 14 0 37 25 123 45 102
Binary 10110001 11001001 10001010 1100 0 11111 10101 1010011 100101 1000010

Color Harmonies of #B1C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C98A

Black with #B1C98A

Text Example


Text Example

White with #B1C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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