Html Css Color HEX #B0C37F Caper

📋 copy color: '#B0C37F'

red 176 ◦ green 195 ◦ blue 127

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

Shades of Caper #B0C37F

Tints of Caper #B0C37F

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

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

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

R = 35.34%
G = 39.16%
B = 25.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#B0C37F (or 0xB0C37F) is known color: Caper. HEX triplet: B0, C3 and 7F. RGB value is (176,195,127). Sum of RGB (Red+Green+Blue) = 176+195+127=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C37F is #4F3C80. Grayscale: #B5B5B5. Windows color (decimal): -5192833 or 8373168. OLE color: 8373168.

HSL color Cylindrical-coordinate representation of color #B0C37F: hue angle of 76.76º 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 #B0C37F is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 127 -
CMYK 0.10 0 0.35 0.24
HSL 76.76º 0.36% 0.63% -
HSV(B) 76.76º 0.35% 0.76% -
XYZ 41.25 49.79 27.52 -
YUV 181.57 97.21 124.03 -
System Red Green Blue C M Y K H S L
Decimal 176 195 127 0.10 0 0.35 0.24 76.76 0.36 0.63
Hex B0 C3 7F A 0 23 18 4D 24 3F
Octal 260 303 177 12 0 43 30 115 44 77
Binary 10110000 11000011 1111111 1010 0 100011 11000 1001101 100100 111111

Color Harmonies of #B0C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C37F

Black with #B0C37F

Text Example


Text Example

White with #B0C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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