Html Css Color HEX #B3C375 Caper

📋 copy color: '#B3C375'

red 179 ◦ green 195 ◦ blue 117

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

Shades of Caper #B3C375

Tints of Caper #B3C375

RGB

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

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

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

R = 36.46%
G = 39.71%
B = 23.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#B3C375 (or 0xB3C375) is known color: Caper. HEX triplet: B3, C3 and 75. RGB value is (179,195,117). Sum of RGB (Red+Green+Blue) = 179+195+117=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C375 is #4C3C8A. Grayscale: #B5B5B5. Windows color (decimal): -4996235 or 7717811. OLE color: 7717811.

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

Color convert

RGB 179 195 117 -
CMYK 0.08 0 0.4 0.24
HSL 72.31º 0.39% 0.61% -
HSV(B) 72.31º 0.4% 0.76% -
XYZ 41.32 49.9 24.28 -
YUV 181.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 179 195 117 0.08 0 0.4 0.24 72.31 0.39 0.61
Hex B3 C3 75 8 0 28 18 48 27 3D
Octal 263 303 165 10 0 50 30 110 47 75
Binary 10110011 11000011 1110101 1000 0 101000 11000 1001000 100111 111101

Color Harmonies of #B3C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C375

Black with #B3C375

Text Example


Text Example

White with #B3C375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C375; }

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

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

background-color css

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

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

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

border-color css

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

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

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