Html Css Color HEX #B1C97B Caper

📋 copy color: '#B1C97B'

red 177 ◦ green 201 ◦ blue 123

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

Shades of Caper #B1C97B

Tints of Caper #B1C97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 35.33%
G = 40.12%
B = 24.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#B1C97B (or 0xB1C97B) is known color: Caper. HEX triplet: B1, C9 and 7B. RGB value is (177,201,123). Sum of RGB (Red+Green+Blue) = 177+201+123=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C97B is #4E3684. Grayscale: #B9B9B9. Windows color (decimal): -5125765 or 8112561. OLE color: 8112561.

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

Color convert

RGB 177 201 123 -
CMYK 0.12 0 0.39 0.21
HSL 78.46º 0.42% 0.64% -
HSV(B) 78.46º 0.39% 0.79% -
XYZ 42.59 52.55 26.64 -
YUV 184.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 177 201 123 0.12 0 0.39 0.21 78.46 0.42 0.64
Hex B1 C9 7B C 0 27 15 4E 2A 40
Octal 261 311 173 14 0 47 25 116 52 100
Binary 10110001 11001001 1111011 1100 0 100111 10101 1001110 101010 1000000

Color Harmonies of #B1C97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C97B

Black with #B1C97B

Text Example


Text Example

White with #B1C97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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