Html Css Color HEX #B0C37C Caper

📋 copy color: '#B0C37C'

red 176 ◦ green 195 ◦ blue 124

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

Shades of Caper #B0C37C

Tints of Caper #B0C37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 35.56%
G = 39.39%
B = 25.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B0C37C (or 0xB0C37C) is known color: Caper. HEX triplet: B0, C3 and 7C. RGB value is (176,195,124). Sum of RGB (Red+Green+Blue) = 176+195+124=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C37C is #4F3C83. Grayscale: #B5B5B5. Windows color (decimal): -5192836 or 8176560. OLE color: 8176560.

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

Color convert

RGB 176 195 124 -
CMYK 0.10 0 0.36 0.24
HSL 76.06º 0.37% 0.63% -
HSV(B) 76.06º 0.36% 0.76% -
XYZ 41.06 49.72 26.5 -
YUV 181.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 176 195 124 0.10 0 0.36 0.24 76.06 0.37 0.63
Hex B0 C3 7C A 0 24 18 4C 25 3F
Octal 260 303 174 12 0 44 30 114 45 77
Binary 10110000 11000011 1111100 1010 0 100100 11000 1001100 100101 111111

Color Harmonies of #B0C37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C37C

Black with #B0C37C

Text Example


Text Example

White with #B0C37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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