Html Css Color HEX #BAE83E Las Palmas

📋 copy color: '#BAE83E'

red 186 ◦ green 232 ◦ blue 62

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

Shades of Las Palmas #BAE83E

Tints of Las Palmas #BAE83E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.33%

 BLUE value IS 62 (24.61% from 255) = 12.92%

R = 38.75%
G = 48.33%
B = 12.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#BAE83E (or 0xBAE83E) is known color: Las Palmas. HEX triplet: BA, E8 and 3E. RGB value is (186,232,62). Sum of RGB (Red+Green+Blue) = 186+232+62=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE83E is #4517C1. Grayscale: #C7C7C7. Windows color (decimal): -4528066 or 4122810. OLE color: 4122810.

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

Color convert

RGB 186 232 62 -
CMYK 0.20 0 0.73 0.09
HSL 76.24º 0.79% 0.58% -
HSV(B) 76.24º 0.73% 0.91% -
XYZ 49.98 68.5 15.15 -
YUV 198.87 50.76 118.82 -
System Red Green Blue C M Y K H S L
Decimal 186 232 62 0.20 0 0.73 0.09 76.24 0.79 0.58
Hex BA E8 3E 14 0 49 9 4C 4F 3A
Octal 272 350 76 24 0 111 11 114 117 72
Binary 10111010 11101000 111110 10100 0 1001001 1001 1001100 1001111 111010

Color Harmonies of #BAE83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE83E

Black with #BAE83E

Text Example


Text Example

White with #BAE83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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