Html Css Color HEX #B3C47F Caper

📋 copy color: '#B3C47F'

red 179 ◦ green 196 ◦ blue 127

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

Shades of Caper #B3C47F

Tints of Caper #B3C47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.04%

 BLUE value IS 127 (50% from 255) = 25.3%

R = 35.66%
G = 39.04%
B = 25.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#B3C47F (or 0xB3C47F) is known color: Caper. HEX triplet: B3, C4 and 7F. RGB value is (179,196,127). Sum of RGB (Red+Green+Blue) = 179+196+127=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C47F is #4C3B80. Grayscale: #B7B7B7. Windows color (decimal): -4995969 or 8373427. OLE color: 8373427.

HSL color Cylindrical-coordinate representation of color #B3C47F: hue angle of 74.78º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3C47F is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 196 127 -
CMYK 0.09 0 0.35 0.23
HSL 74.78º 0.37% 0.63% -
HSV(B) 74.78º 0.35% 0.77% -
XYZ 42.16 50.6 27.62 -
YUV 183.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 179 196 127 0.09 0 0.35 0.23 74.78 0.37 0.63
Hex B3 C4 7F 9 0 23 17 4B 25 3F
Octal 263 304 177 11 0 43 27 113 45 77
Binary 10110011 11000100 1111111 1001 0 100011 10111 1001011 100101 111111

Color Harmonies of #B3C47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C47F

Black with #B3C47F

Text Example


Text Example

White with #B3C47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C47F; }

 p { color: rgb(179,196,127); }

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

background-color css

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

 a { background-color: rgb(179,196,127); }

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

border-color css

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

 span { border-color: rgb(179,196,127); }

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