Html Css Color HEX #B1C173 Caper

📋 copy color: '#B1C173'

red 177 ◦ green 193 ◦ blue 115

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

Shades of Caper #B1C173

Tints of Caper #B1C173

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.79%

 BLUE value IS 115 (45.31% from 255) = 23.71%

R = 36.49%
G = 39.79%
B = 23.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#B1C173 (or 0xB1C173) is known color: Caper. HEX triplet: B1, C1 and 73. RGB value is (177,193,115). Sum of RGB (Red+Green+Blue) = 177+193+115=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C173 is #4E3E8C. Grayscale: #B3B3B3. Windows color (decimal): -5127821 or 7586225. OLE color: 7586225.

HSL color Cylindrical-coordinate representation of color #B1C173: hue angle of 72.31º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1C173 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 193 115 -
CMYK 0.08 0 0.40 0.24
HSL 72.31º 0.39% 0.6% -
HSV(B) 72.31º 0.4% 0.76% -
XYZ 40.3 48.72 23.5 -
YUV 179.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 177 193 115 0.08 0 0.40 0.24 72.31 0.39 0.6
Hex B1 C1 73 8 0 28 18 48 27 3C
Octal 261 301 163 10 0 50 30 110 47 74
Binary 10110001 11000001 1110011 1000 0 101000 11000 1001000 100111 111100

Color Harmonies of #B1C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C173

Black with #B1C173

Text Example


Text Example

White with #B1C173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C173; }

 p { color: rgb(177,193,115); }

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

background-color css

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

 a { background-color: rgb(177,193,115); }

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

border-color css

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

 span { border-color: rgb(177,193,115); }

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