Html Css Color HEX #B1C388 Caper

📋 copy color: '#B1C388'

red 177 ◦ green 195 ◦ blue 136

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

Shades of Caper #B1C388

Tints of Caper #B1C388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.39%

 BLUE value IS 136 (53.52% from 255) = 26.77%

R = 34.84%
G = 38.39%
B = 26.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#B1C388 (or 0xB1C388) is known color: Caper. HEX triplet: B1, C3 and 88. RGB value is (177,195,136). Sum of RGB (Red+Green+Blue) = 177+195+136=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C388 is #4E3C77. Grayscale: #B7B7B7. Windows color (decimal): -5127288 or 8962993. OLE color: 8962993.

HSL color Cylindrical-coordinate representation of color #B1C388: hue angle of 78.31º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C388 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 136 -
CMYK 0.09 0 0.30 0.24
HSL 78.31º 0.33% 0.65% -
HSV(B) 78.31º 0.3% 0.76% -
XYZ 42.09 50.15 30.76 -
YUV 182.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 177 195 136 0.09 0 0.30 0.24 78.31 0.33 0.65
Hex B1 C3 88 9 0 1E 18 4E 21 41
Octal 261 303 210 11 0 36 30 116 41 101
Binary 10110001 11000011 10001000 1001 0 11110 11000 1001110 100001 1000001

Color Harmonies of #B1C388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C388

Black with #B1C388

Text Example


Text Example

White with #B1C388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C388; }

 p { color: rgb(177,195,136); }

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

background-color css

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

 a { background-color: rgb(177,195,136); }

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

border-color css

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

 span { border-color: rgb(177,195,136); }

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