Html Css Color HEX #B1C288 Caper

📋 copy color: '#B1C288'

red 177 ◦ green 194 ◦ blue 136

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

Shades of Caper #B1C288

Tints of Caper #B1C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.26%

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

R = 34.91%
G = 38.26%
B = 26.82%

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

#B1C288 (or 0xB1C288) is known color: Caper. HEX triplet: B1, C2 and 88. RGB value is (177,194,136). Sum of RGB (Red+Green+Blue) = 177+194+136=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C288 is #4E3D77. Grayscale: #B6B6B6. Windows color (decimal): -5127544 or 8962737. OLE color: 8962737.

HSL color Cylindrical-coordinate representation of color #B1C288: hue angle of 77.59º degrees, saturation: 0.32, 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 #B1C288 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 136 -
CMYK 0.09 0 0.30 0.24
HSL 77.59º 0.32% 0.65% -
HSV(B) 77.59º 0.3% 0.76% -
XYZ 41.87 49.71 30.68 -
YUV 182.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 177 194 136 0.09 0 0.30 0.24 77.59 0.32 0.65
Hex B1 C2 88 9 0 1E 18 4E 20 41
Octal 261 302 210 11 0 36 30 116 40 101
Binary 10110001 11000010 10001000 1001 0 11110 11000 1001110 100000 1000001

Color Harmonies of #B1C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C288

Black with #B1C288

Text Example


Text Example

White with #B1C288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C288; }

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

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

background-color css

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

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

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

border-color css

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

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

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