Html Css Color HEX #B3C370 Caper

📋 copy color: '#B3C370'

red 179 ◦ green 195 ◦ blue 112

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

Shades of Caper #B3C370

Tints of Caper #B3C370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.05%

R = 36.83%
G = 40.12%
B = 23.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#B3C370 (or 0xB3C370) is known color: Caper. HEX triplet: B3, C3 and 70. RGB value is (179,195,112). Sum of RGB (Red+Green+Blue) = 179+195+112=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C370 is #4C3C8F. Grayscale: #B5B5B5. Windows color (decimal): -4996240 or 7390131. OLE color: 7390131.

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

Color convert

RGB 179 195 112 -
CMYK 0.08 0 0.43 0.24
HSL 71.57º 0.41% 0.6% -
HSV(B) 71.57º 0.43% 0.76% -
XYZ 41.03 49.78 22.78 -
YUV 180.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 179 195 112 0.08 0 0.43 0.24 71.57 0.41 0.6
Hex B3 C3 70 8 0 2B 18 48 29 3C
Octal 263 303 160 10 0 53 30 110 51 74
Binary 10110011 11000011 1110000 1000 0 101011 11000 1001000 101001 111100

Color Harmonies of #B3C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C370

Black with #B3C370

Text Example


Text Example

White with #B3C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C370; }

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

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

background-color css

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

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

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

border-color css

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

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

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