Html Css Color HEX #B3C371 Caper

📋 copy color: '#B3C371'

red 179 ◦ green 195 ◦ blue 113

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

Shades of Caper #B3C371

Tints of Caper #B3C371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 36.76%
G = 40.04%
B = 23.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#B3C371 (or 0xB3C371) is known color: Caper. HEX triplet: B3, C3 and 71. RGB value is (179,195,113). Sum of RGB (Red+Green+Blue) = 179+195+113=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C371 is #4C3C8E. Grayscale: #B5B5B5. Windows color (decimal): -4996239 or 7455667. OLE color: 7455667.

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

Color convert

RGB 179 195 113 -
CMYK 0.08 0 0.42 0.24
HSL 71.71º 0.41% 0.6% -
HSV(B) 71.71º 0.42% 0.76% -
XYZ 41.09 49.81 23.07 -
YUV 180.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 179 195 113 0.08 0 0.42 0.24 71.71 0.41 0.6
Hex B3 C3 71 8 0 2A 18 48 29 3C
Octal 263 303 161 10 0 52 30 110 51 74
Binary 10110011 11000011 1110001 1000 0 101010 11000 1001000 101001 111100

Color Harmonies of #B3C371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C371

Black with #B3C371

Text Example


Text Example

White with #B3C371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C371; }

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

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

background-color css

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

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

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

border-color css

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

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

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