Html Css Color HEX #B3C770 Caper

📋 copy color: '#B3C770'

red 179 ◦ green 199 ◦ blue 112

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

Shades of Caper #B3C770

Tints of Caper #B3C770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.61%

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

R = 36.53%
G = 40.61%
B = 22.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#B3C770 (or 0xB3C770) is known color: Caper. HEX triplet: B3, C7 and 70. RGB value is (179,199,112). Sum of RGB (Red+Green+Blue) = 179+199+112=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C770 is #4C388F. Grayscale: #B7B7B7. Windows color (decimal): -4995216 or 7391155. OLE color: 7391155.

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

Color convert

RGB 179 199 112 -
CMYK 0.10 0 0.44 0.22
HSL 73.79º 0.44% 0.61% -
HSV(B) 73.79º 0.44% 0.78% -
XYZ 41.94 51.6 23.08 -
YUV 183.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 179 199 112 0.10 0 0.44 0.22 73.79 0.44 0.61
Hex B3 C7 70 A 0 2C 16 4A 2C 3D
Octal 263 307 160 12 0 54 26 112 54 75
Binary 10110011 11000111 1110000 1010 0 101100 10110 1001010 101100 111101

Color Harmonies of #B3C770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C770

Black with #B3C770

Text Example


Text Example

White with #B3C770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C770; }

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

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

background-color css

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

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

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

border-color css

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

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

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