Html Css Color HEX #B3C875 Caper

📋 copy color: '#B3C875'

red 179 ◦ green 200 ◦ blue 117

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

Shades of Caper #B3C875

Tints of Caper #B3C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.32%

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 36.09%
G = 40.32%
B = 23.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#B3C875 (or 0xB3C875) is known color: Caper. HEX triplet: B3, C8 and 75. RGB value is (179,200,117). Sum of RGB (Red+Green+Blue) = 179+200+117=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C875 is #4C378A. Grayscale: #B8B8B8. Windows color (decimal): -4994955 or 7719091. OLE color: 7719091.

HSL color Cylindrical-coordinate representation of color #B3C875: hue angle of 75.18º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3C875 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 200 117 -
CMYK 0.10 0 0.42 0.22
HSL 75.18º 0.43% 0.62% -
HSV(B) 75.18º 0.42% 0.78% -
XYZ 42.46 52.18 24.66 -
YUV 184.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 179 200 117 0.10 0 0.42 0.22 75.18 0.43 0.62
Hex B3 C8 75 A 0 2A 16 4B 2B 3E
Octal 263 310 165 12 0 52 26 113 53 76
Binary 10110011 11001000 1110101 1010 0 101010 10110 1001011 101011 111110

Color Harmonies of #B3C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C875

Black with #B3C875

Text Example


Text Example

White with #B3C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C875; }

 p { color: rgb(179,200,117); }

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

background-color css

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

 a { background-color: rgb(179,200,117); }

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

border-color css

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

 span { border-color: rgb(179,200,117); }

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