Html Css Color HEX #B3C376 Caper

📋 copy color: '#B3C376'

red 179 ◦ green 195 ◦ blue 118

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

Shades of Caper #B3C376

Tints of Caper #B3C376

RGB

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

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

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

R = 36.38%
G = 39.63%
B = 23.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#B3C376 (or 0xB3C376) is known color: Caper. HEX triplet: B3, C3 and 76. RGB value is (179,195,118). Sum of RGB (Red+Green+Blue) = 179+195+118=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C376 is #4C3C89. Grayscale: #B5B5B5. Windows color (decimal): -4996234 or 7783347. OLE color: 7783347.

HSL color Cylindrical-coordinate representation of color #B3C376: hue angle of 72.47º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3C376 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 195 118 -
CMYK 0.08 0 0.39 0.24
HSL 72.47º 0.39% 0.61% -
HSV(B) 72.47º 0.39% 0.76% -
XYZ 41.38 49.92 24.59 -
YUV 181.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 179 195 118 0.08 0 0.39 0.24 72.47 0.39 0.61
Hex B3 C3 76 8 0 27 18 48 27 3D
Octal 263 303 166 10 0 47 30 110 47 75
Binary 10110011 11000011 1110110 1000 0 100111 11000 1001000 100111 111101

Color Harmonies of #B3C376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C376

Black with #B3C376

Text Example


Text Example

White with #B3C376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C376; }

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

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

background-color css

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

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

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

border-color css

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

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

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