Html Css Color HEX #BAE437 Las Palmas

📋 copy color: '#BAE437'

red 186 ◦ green 228 ◦ blue 55

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

Shades of Las Palmas #BAE437

Tints of Las Palmas #BAE437

RGB

 RED value IS 186 (73.05% from 255) = 39.66%

 GREEN value IS 228 (89.45% from 255) = 48.61%

 BLUE value IS 55 (21.88% from 255) = 11.73%

R = 39.66%
G = 48.61%
B = 11.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#BAE437 (or 0xBAE437) is known color: Las Palmas. HEX triplet: BA, E4 and 37. RGB value is (186,228,55). Sum of RGB (Red+Green+Blue) = 186+228+55=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE437 is #451BC8. Grayscale: #C4C4C4. Windows color (decimal): -4529097 or 3663034. OLE color: 3663034.

HSL color Cylindrical-coordinate representation of color #BAE437: hue angle of 74.57º degrees, saturation: 0.76, 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 #BAE437 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 55 -
CMYK 0.18 0 0.76 0.11
HSL 74.57º 0.76% 0.55% -
HSV(B) 74.57º 0.76% 0.89% -
XYZ 48.68 66.2 13.83 -
YUV 195.72 48.59 121.07 -
System Red Green Blue C M Y K H S L
Decimal 186 228 55 0.18 0 0.76 0.11 74.57 0.76 0.55
Hex BA E4 37 12 0 4C B 4B 4C 37
Octal 272 344 67 22 0 114 13 113 114 67
Binary 10111010 11100100 110111 10010 0 1001100 1011 1001011 1001100 110111

Color Harmonies of #BAE437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE437

Black with #BAE437

Text Example


Text Example

White with #BAE437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE437; }

 p { color: rgb(186,228,55); }

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

background-color css

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

 a { background-color: rgb(186,228,55); }

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

border-color css

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

 span { border-color: rgb(186,228,55); }

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