Html Css Color HEX #B1C37F Caper

📋 copy color: '#B1C37F'

red 177 ◦ green 195 ◦ blue 127

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

Shades of Caper #B1C37F

Tints of Caper #B1C37F

RGB

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

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

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

R = 35.47%
G = 39.08%
B = 25.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B1C37F (or 0xB1C37F) is known color: Caper. HEX triplet: B1, C3 and 7F. RGB value is (177,195,127). Sum of RGB (Red+Green+Blue) = 177+195+127=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C37F is #4E3C80. Grayscale: #B6B6B6. Windows color (decimal): -5127297 or 8373169. OLE color: 8373169.

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

Color convert

RGB 177 195 127 -
CMYK 0.09 0 0.35 0.24
HSL 75.88º 0.36% 0.63% -
HSV(B) 75.88º 0.35% 0.76% -
XYZ 41.48 49.91 27.53 -
YUV 181.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 177 195 127 0.09 0 0.35 0.24 75.88 0.36 0.63
Hex B1 C3 7F 9 0 23 18 4C 24 3F
Octal 261 303 177 11 0 43 30 114 44 77
Binary 10110001 11000011 1111111 1001 0 100011 11000 1001100 100100 111111

Color Harmonies of #B1C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C37F

Black with #B1C37F

Text Example


Text Example

White with #B1C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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