Html Css Color HEX #B3C982 Caper

📋 copy color: '#B3C982'

red 179 ◦ green 201 ◦ blue 130

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

Shades of Caper #B3C982

Tints of Caper #B3C982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.41%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 35.1%
G = 39.41%
B = 25.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#B3C982 (or 0xB3C982) is known color: Caper. HEX triplet: B3, C9 and 82. RGB value is (179,201,130). Sum of RGB (Red+Green+Blue) = 179+201+130=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C982 is #4C367D. Grayscale: #BABABA. Windows color (decimal): -4994686 or 8571315. OLE color: 8571315.

HSL color Cylindrical-coordinate representation of color #B3C982: hue angle of 78.59º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3C982 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 201 130 -
CMYK 0.11 0 0.35 0.21
HSL 78.59º 0.4% 0.65% -
HSV(B) 78.59º 0.35% 0.79% -
XYZ 43.51 52.97 29.05 -
YUV 186.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 179 201 130 0.11 0 0.35 0.21 78.59 0.4 0.65
Hex B3 C9 82 B 0 23 15 4F 28 41
Octal 263 311 202 13 0 43 25 117 50 101
Binary 10110011 11001001 10000010 1011 0 100011 10101 1001111 101000 1000001

Color Harmonies of #B3C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C982

Black with #B3C982

Text Example


Text Example

White with #B3C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C982; }

 p { color: rgb(179,201,130); }

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

background-color css

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

 a { background-color: rgb(179,201,130); }

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

border-color css

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

 span { border-color: rgb(179,201,130); }

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