Html Css Color HEX #B9C98A Caper

📋 copy color: '#B9C98A'

red 185 ◦ green 201 ◦ blue 138

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

Shades of Caper #B9C98A

Tints of Caper #B9C98A

RGB

 RED value IS 185 (72.66% from 255) = 35.31%

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

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

R = 35.31%
G = 38.36%
B = 26.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#B9C98A (or 0xB9C98A) is known color: Caper. HEX triplet: B9, C9 and 8A. RGB value is (185,201,138). Sum of RGB (Red+Green+Blue) = 185+201+138=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C98A is #463675. Grayscale: #BDBDBD. Windows color (decimal): -4601462 or 9095609. OLE color: 9095609.

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

Color convert

RGB 185 201 138 -
CMYK 0.08 0 0.31 0.21
HSL 75.24º 0.37% 0.66% -
HSV(B) 75.24º 0.31% 0.79% -
XYZ 45.48 53.92 32.06 -
YUV 189.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 185 201 138 0.08 0 0.31 0.21 75.24 0.37 0.66
Hex B9 C9 8A 8 0 1F 15 4B 25 42
Octal 271 311 212 10 0 37 25 113 45 102
Binary 10111001 11001001 10001010 1000 0 11111 10101 1001011 100101 1000010

Color Harmonies of #B9C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C98A

Black with #B9C98A

Text Example


Text Example

White with #B9C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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