Html Css Color HEX #B3C080 Caper

📋 copy color: '#B3C080'

red 179 ◦ green 192 ◦ blue 128

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

Shades of Caper #B3C080

Tints of Caper #B3C080

RGB

 RED value IS 179 (70.31% from 255) = 35.87%

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

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 35.87%
G = 38.48%
B = 25.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#B3C080 (or 0xB3C080) is known color: Caper. HEX triplet: B3, C0 and 80. RGB value is (179,192,128). Sum of RGB (Red+Green+Blue) = 179+192+128=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C080 is #4C3F7F. Grayscale: #B5B5B5. Windows color (decimal): -4996992 or 8437939. OLE color: 8437939.

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

Color convert

RGB 179 192 128 -
CMYK 0.07 0 0.33 0.25
HSL 72.19º 0.34% 0.63% -
HSV(B) 72.19º 0.33% 0.75% -
XYZ 41.34 48.84 27.67 -
YUV 180.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 179 192 128 0.07 0 0.33 0.25 72.19 0.34 0.63
Hex B3 C0 80 7 0 21 19 48 22 3F
Octal 263 300 200 7 0 41 31 110 42 77
Binary 10110011 11000000 10000000 111 0 100001 11001 1001000 100010 111111

Color Harmonies of #B3C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C080

Black with #B3C080

Text Example


Text Example

White with #B3C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C080; }

 p { color: rgb(179,192,128); }

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

background-color css

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

 a { background-color: rgb(179,192,128); }

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

border-color css

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

 span { border-color: rgb(179,192,128); }

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