Html Css Color HEX #BAE63E Las Palmas

📋 copy color: '#BAE63E'

red 186 ◦ green 230 ◦ blue 62

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

Shades of Las Palmas #BAE63E

Tints of Las Palmas #BAE63E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.12%

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

R = 38.91%
G = 48.12%
B = 12.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#BAE63E (or 0xBAE63E) is known color: Las Palmas. HEX triplet: BA, E6 and 3E. RGB value is (186,230,62). Sum of RGB (Red+Green+Blue) = 186+230+62=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE63E is #4519C1. Grayscale: #C6C6C6. Windows color (decimal): -4528578 or 4122298. OLE color: 4122298.

HSL color Cylindrical-coordinate representation of color #BAE63E: hue angle of 75.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE63E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 62 -
CMYK 0.19 0 0.73 0.10
HSL 75.71º 0.77% 0.57% -
HSV(B) 75.71º 0.73% 0.9% -
XYZ 49.42 67.38 14.96 -
YUV 197.69 51.42 119.66 -
System Red Green Blue C M Y K H S L
Decimal 186 230 62 0.19 0 0.73 0.10 75.71 0.77 0.57
Hex BA E6 3E 13 0 49 A 4C 4D 39
Octal 272 346 76 23 0 111 12 114 115 71
Binary 10111010 11100110 111110 10011 0 1001001 1010 1001100 1001101 111001

Color Harmonies of #BAE63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE63E

Black with #BAE63E

Text Example


Text Example

White with #BAE63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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