Html Css Color HEX #B0C07C Caper

📋 copy color: '#B0C07C'

red 176 ◦ green 192 ◦ blue 124

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

Shades of Caper #B0C07C

Tints of Caper #B0C07C

RGB

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

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

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

R = 35.77%
G = 39.02%
B = 25.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#B0C07C (or 0xB0C07C) is known color: Caper. HEX triplet: B0, C0 and 7C. RGB value is (176,192,124). Sum of RGB (Red+Green+Blue) = 176+192+124=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C07C is #4F3F83. Grayscale: #B3B3B3. Windows color (decimal): -5193604 or 8175792. OLE color: 8175792.

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

Color convert

RGB 176 192 124 -
CMYK 0.08 0 0.35 0.25
HSL 74.12º 0.35% 0.62% -
HSV(B) 74.12º 0.35% 0.75% -
XYZ 40.39 48.38 26.28 -
YUV 179.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 176 192 124 0.08 0 0.35 0.25 74.12 0.35 0.62
Hex B0 C0 7C 8 0 23 19 4A 23 3E
Octal 260 300 174 10 0 43 31 112 43 76
Binary 10110000 11000000 1111100 1000 0 100011 11001 1001010 100011 111110

Color Harmonies of #B0C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C07C

Black with #B0C07C

Text Example


Text Example

White with #B0C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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