#BAE835

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

Shades of Las Palmas #BAE835

Tints of Las Palmas #BAE835

Color information

#BAE835 (or 0xBAE835) is unknown color: approx Las Palmas. HEX triplet: BA, E8 and 35. RGB value is (186,232,53). Sum of RGB (Red+Green+Blue) = 186+232+53=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE835 is #4517CA. Grayscale: #C6C6C6. Windows color (decimal): -4528075 or 3532986. OLE color: 3532986.

HSL color Cylindrical-coordinate representation of color #BAE835: hue angle of 75.42º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE835 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB18623253-
CMYK0.2000.770.09
HSL75.42º79.56%55.88%-
HSV(B)75.42º77.16%90.98%-
XYZ49.7568.4113.95-
YUV197.8446.26119.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 53 (21.09% from 255) = 11.25%
R=39.49%
G=49.26%
B=11.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186232530.2000.770.0975.4279.5655.88
HexBAE8351404D94b5038
Octal272350652401151111312070
Binary10111010111010001101011010001001101100110010111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE835; }

 p { color: rgb(186,232,53); }

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

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

 a { background-color: rgb(186,232,53); }

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

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

 span { border-color: rgb(186,232,53); }

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