Html Css Color HEX #B1C390 Caper

📋 copy color: '#B1C390'

red 177 ◦ green 195 ◦ blue 144

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

Shades of Caper #B1C390

Tints of Caper #B1C390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.91%

R = 34.3%
G = 37.79%
B = 27.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#B1C390 (or 0xB1C390) is known color: Caper. HEX triplet: B1, C3 and 90. RGB value is (177,195,144). Sum of RGB (Red+Green+Blue) = 177+195+144=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C390 is #4E3C6F. Grayscale: #B7B7B7. Windows color (decimal): -5127280 or 9487281. OLE color: 9487281.

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

Color convert

RGB 177 195 144 -
CMYK 0.09 0 0.26 0.24
HSL 81.18º 0.3% 0.66% -
HSV(B) 81.18º 0.26% 0.76% -
XYZ 42.68 50.39 33.86 -
YUV 183.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 177 195 144 0.09 0 0.26 0.24 81.18 0.3 0.66
Hex B1 C3 90 9 0 1A 18 51 1E 42
Octal 261 303 220 11 0 32 30 121 36 102
Binary 10110001 11000011 10010000 1001 0 11010 11000 1010001 11110 1000010

Color Harmonies of #B1C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C390

Black with #B1C390

Text Example


Text Example

White with #B1C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C390; }

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

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

background-color css

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

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

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

border-color css

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

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

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