Html Css Color HEX #B6C580 Caper

📋 copy color: '#B6C580'

red 182 ◦ green 197 ◦ blue 128

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

Shades of Caper #B6C580

Tints of Caper #B6C580

RGB

 RED value IS 182 (71.48% from 255) = 35.9%

 GREEN value IS 197 (77.34% from 255) = 38.86%

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

R = 35.9%
G = 38.86%
B = 25.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#B6C580 (or 0xB6C580) is known color: Caper. HEX triplet: B6, C5 and 80. RGB value is (182,197,128). Sum of RGB (Red+Green+Blue) = 182+197+128=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C580 is #493A7F. Grayscale: #B8B8B8. Windows color (decimal): -4799104 or 8439222. OLE color: 8439222.

HSL color Cylindrical-coordinate representation of color #B6C580: hue angle of 73.04º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6C580 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 197 128 -
CMYK 0.08 0 0.35 0.23
HSL 73.04º 0.37% 0.64% -
HSV(B) 73.04º 0.35% 0.77% -
XYZ 43.15 51.44 28.08 -
YUV 184.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 182 197 128 0.08 0 0.35 0.23 73.04 0.37 0.64
Hex B6 C5 80 8 0 23 17 49 25 40
Octal 266 305 200 10 0 43 27 111 45 100
Binary 10110110 11000101 10000000 1000 0 100011 10111 1001001 100101 1000000

Color Harmonies of #B6C580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C580

Black with #B6C580

Text Example


Text Example

White with #B6C580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C580; }

 p { color: rgb(182,197,128); }

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

background-color css

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

 a { background-color: rgb(182,197,128); }

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

border-color css

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

 span { border-color: rgb(182,197,128); }

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