#B5C68A

Color #B5C68A Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B5C68A

Tints of Caper #B5C68A

Color information

#B5C68A (or 0xB5C68A) is unknown color: approx Caper. HEX triplet: B5, C6 and 8A. RGB value is (181,198,138). Sum of RGB (Red+Green+Blue) = 181+198+138=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C68A is #4A3975. Grayscale: #BABABA. Windows color (decimal): -4864374 or 9094837. OLE color: 9094837.

HSL color Cylindrical-coordinate representation of color #B5C68A: hue angle of 77º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C68A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB181198138-
CMYK0.0900.300.22
HSL77º34.48%65.88%-
HSV(B)77º30.3%77.65%-
XYZ43.8452.0531.78-
YUV186.08100.87124.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=35.01%
G=38.30%
B=26.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981380.0900.300.227734.4865.88
HexB5C68A901E164d2242
Octal265306212110362611542102
Binary10110101110001101000101010010111101011010011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C68A; }

 p { color: rgb(181,198,138); }

 H1.HeaderClassName
 {
   color: #B5C68A;
 }
 .AnyTagClassName
 {
   color: #B5C68A;
 }
</style>
background-color css

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

 a { background-color: rgb(181,198,138); }

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

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

 span { border-color: rgb(181,198,138); }

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