Html Css Color HEX #B1C07F Caper

📋 copy color: '#B1C07F'

red 177 ◦ green 192 ◦ blue 127

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

Shades of Caper #B1C07F

Tints of Caper #B1C07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.71%

 BLUE value IS 127 (50% from 255) = 25.6%

R = 35.69%
G = 38.71%
B = 25.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#B1C07F (or 0xB1C07F) is known color: Caper. HEX triplet: B1, C0 and 7F. RGB value is (177,192,127). Sum of RGB (Red+Green+Blue) = 177+192+127=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C07F is #4E3F80. Grayscale: #B4B4B4. Windows color (decimal): -5128065 or 8372401. OLE color: 8372401.

HSL color Cylindrical-coordinate representation of color #B1C07F: hue angle of 73.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1C07F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 127 -
CMYK 0.08 0 0.34 0.25
HSL 73.85º 0.34% 0.63% -
HSV(B) 73.85º 0.34% 0.75% -
XYZ 40.81 48.58 27.3 -
YUV 180.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 177 192 127 0.08 0 0.34 0.25 73.85 0.34 0.63
Hex B1 C0 7F 8 0 22 19 4A 22 3F
Octal 261 300 177 10 0 42 31 112 42 77
Binary 10110001 11000000 1111111 1000 0 100010 11001 1001010 100010 111111

Color Harmonies of #B1C07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C07F

Black with #B1C07F

Text Example


Text Example

White with #B1C07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C07F; }

 p { color: rgb(177,192,127); }

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

background-color css

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

 a { background-color: rgb(177,192,127); }

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

border-color css

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

 span { border-color: rgb(177,192,127); }

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