#B2E236

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

Shades of Las Palmas #B2E236

Tints of Las Palmas #B2E236

Color information

#B2E236 (or 0xB2E236) is unknown color: approx Las Palmas. HEX triplet: B2, E2 and 36. RGB value is (178,226,54). Sum of RGB (Red+Green+Blue) = 178+226+54=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E236 is #4D1DC9. Grayscale: #C0C0C0. Windows color (decimal): -5053898 or 3596978. OLE color: 3596978.

HSL color Cylindrical-coordinate representation of color #B2E236: hue angle of 76.74º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2E236 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB17822654-
CMYK0.2100.760.11
HSL76.74º74.78%54.9%-
HSV(B)76.74º76.11%88.63%-
XYZ46.2264.1213.43-
YUV192.0450.1117.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 226 (88.67% from 255) = 49.34%
BLUE value IS 54 (21.48% from 255) = 11.79%
R=38.86%
G=49.34%
B=11.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal178226540.2100.760.1176.7474.7854.9
HexB2E2361504CB4d4b37
Octal262342662501141311511367
Binary10110010111000101101101010101001100101110011011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E236; }

 p { color: rgb(178,226,54); }

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

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

 a { background-color: rgb(178,226,54); }

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

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

 span { border-color: rgb(178,226,54); }

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