Html Css Color HEX #B9C97C Caper

📋 copy color: '#B9C97C'

red 185 ◦ green 201 ◦ blue 124

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

Shades of Caper #B9C97C

Tints of Caper #B9C97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 36.27%
G = 39.41%
B = 24.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#B9C97C (or 0xB9C97C) is known color: Caper. HEX triplet: B9, C9 and 7C. RGB value is (185,201,124). Sum of RGB (Red+Green+Blue) = 185+201+124=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C97C is #463683. Grayscale: #BBBBBB. Windows color (decimal): -4601476 or 8178105. OLE color: 8178105.

HSL color Cylindrical-coordinate representation of color #B9C97C: hue angle of 72.47º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9C97C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 124 -
CMYK 0.08 0 0.38 0.21
HSL 72.47º 0.42% 0.64% -
HSV(B) 72.47º 0.38% 0.79% -
XYZ 44.53 53.54 27.06 -
YUV 187.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 185 201 124 0.08 0 0.38 0.21 72.47 0.42 0.64
Hex B9 C9 7C 8 0 26 15 48 2A 40
Octal 271 311 174 10 0 46 25 110 52 100
Binary 10111001 11001001 1111100 1000 0 100110 10101 1001000 101010 1000000

Color Harmonies of #B9C97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C97C

Black with #B9C97C

Text Example


Text Example

White with #B9C97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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