#B6E13A

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

Shades of Las Palmas #B6E13A

Tints of Las Palmas #B6E13A

Color information

#B6E13A (or 0xB6E13A) is unknown color: approx Las Palmas. HEX triplet: B6, E1 and 3A. RGB value is (182,225,58). Sum of RGB (Red+Green+Blue) = 182+225+58=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E13A is #491EC5. Grayscale: #C1C1C1. Windows color (decimal): -4792006 or 3858870. OLE color: 3858870.

HSL color Cylindrical-coordinate representation of color #B6E13A: hue angle of 75.45º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6E13A is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB18222558-
CMYK0.1900.740.12
HSL75.45º73.57%55.49%-
HSV(B)75.45º74.22%88.24%-
XYZ46.9864.113.9-
YUV193.151.75120.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 225 (88.28% from 255) = 48.39%
BLUE value IS 58 (23.05% from 255) = 12.47%
R=39.14%
G=48.39%
B=12.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182225580.1900.740.1275.4573.5755.49
HexB6E13A1304AC4b4a37
Octal266341722301121411311267
Binary10110110111000011110101001101001010110010010111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E13A; }

 p { color: rgb(182,225,58); }

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

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

 a { background-color: rgb(182,225,58); }

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

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

 span { border-color: rgb(182,225,58); }

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