Html Css Color HEX #B3C076 Caper

📋 copy color: '#B3C076'

red 179 ◦ green 192 ◦ blue 118

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

Shades of Caper #B3C076

Tints of Caper #B3C076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 36.61%
G = 39.26%
B = 24.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#B3C076 (or 0xB3C076) is known color: Caper. HEX triplet: B3, C0 and 76. RGB value is (179,192,118). Sum of RGB (Red+Green+Blue) = 179+192+118=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C076 is #4C3F89. Grayscale: #B3B3B3. Windows color (decimal): -4997002 or 7782579. OLE color: 7782579.

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

Color convert

RGB 179 192 118 -
CMYK 0.07 0 0.39 0.25
HSL 70.54º 0.37% 0.61% -
HSV(B) 70.54º 0.39% 0.75% -
XYZ 40.71 48.59 24.37 -
YUV 179.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 179 192 118 0.07 0 0.39 0.25 70.54 0.37 0.61
Hex B3 C0 76 7 0 27 19 47 25 3D
Octal 263 300 166 7 0 47 31 107 45 75
Binary 10110011 11000000 1110110 111 0 100111 11001 1000111 100101 111101

Color Harmonies of #B3C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C076

Black with #B3C076

Text Example


Text Example

White with #B3C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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