Html Css Color HEX #B1C385 Caper

📋 copy color: '#B1C385'

red 177 ◦ green 195 ◦ blue 133

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

Shades of Caper #B1C385

Tints of Caper #B1C385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 35.05%
G = 38.61%
B = 26.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#B1C385 (or 0xB1C385) is known color: Caper. HEX triplet: B1, C3 and 85. RGB value is (177,195,133). Sum of RGB (Red+Green+Blue) = 177+195+133=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C385 is #4E3C7A. Grayscale: #B6B6B6. Windows color (decimal): -5127291 or 8766385. OLE color: 8766385.

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

Color convert

RGB 177 195 133 -
CMYK 0.09 0 0.32 0.24
HSL 77.42º 0.34% 0.64% -
HSV(B) 77.42º 0.32% 0.76% -
XYZ 41.88 50.07 29.65 -
YUV 182.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 177 195 133 0.09 0 0.32 0.24 77.42 0.34 0.64
Hex B1 C3 85 9 0 20 18 4D 22 40
Octal 261 303 205 11 0 40 30 115 42 100
Binary 10110001 11000011 10000101 1001 0 100000 11000 1001101 100010 1000000

Color Harmonies of #B1C385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C385

Black with #B1C385

Text Example


Text Example

White with #B1C385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C385; }

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

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

background-color css

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

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

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

border-color css

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

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

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