Html Css Color HEX #B7C980 Caper

📋 copy color: '#B7C980'

red 183 ◦ green 201 ◦ blue 128

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

Shades of Caper #B7C980

Tints of Caper #B7C980

RGB

 RED value IS 183 (71.88% from 255) = 35.74%

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

 BLUE value IS 128 (50.39% from 255) = 25%

R = 35.74%
G = 39.26%
B = 25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#B7C980 (or 0xB7C980) is known color: Caper. HEX triplet: B7, C9 and 80. RGB value is (183,201,128). Sum of RGB (Red+Green+Blue) = 183+201+128=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C980 is #48367F. Grayscale: #BBBBBB. Windows color (decimal): -4732544 or 8440247. OLE color: 8440247.

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

Color convert

RGB 183 201 128 -
CMYK 0.09 0 0.36 0.21
HSL 74.79º 0.4% 0.65% -
HSV(B) 74.79º 0.36% 0.79% -
XYZ 44.31 53.4 28.39 -
YUV 187.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 183 201 128 0.09 0 0.36 0.21 74.79 0.4 0.65
Hex B7 C9 80 9 0 24 15 4B 28 41
Octal 267 311 200 11 0 44 25 113 50 101
Binary 10110111 11001001 10000000 1001 0 100100 10101 1001011 101000 1000001

Color Harmonies of #B7C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7C980

Black with #B7C980

Text Example


Text Example

White with #B7C980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7C980; }

 p { color: rgb(183,201,128); }

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

background-color css

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

 a { background-color: rgb(183,201,128); }

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

border-color css

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

 span { border-color: rgb(183,201,128); }

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