Html Css Color HEX #BAE63A Las Palmas

📋 copy color: '#BAE63A'

red 186 ◦ green 230 ◦ blue 58

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

Shades of Las Palmas #BAE63A

Tints of Las Palmas #BAE63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.24%

R = 39.24%
G = 48.52%
B = 12.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#BAE63A (or 0xBAE63A) is known color: Las Palmas. HEX triplet: BA, E6 and 3A. RGB value is (186,230,58). Sum of RGB (Red+Green+Blue) = 186+230+58=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE63A is #4519C5. Grayscale: #C5C5C5. Windows color (decimal): -4528582 or 3860154. OLE color: 3860154.

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

Color convert

RGB 186 230 58 -
CMYK 0.19 0 0.75 0.10
HSL 75.35º 0.77% 0.56% -
HSV(B) 75.35º 0.75% 0.9% -
XYZ 49.31 67.34 14.4 -
YUV 197.24 49.42 119.99 -
System Red Green Blue C M Y K H S L
Decimal 186 230 58 0.19 0 0.75 0.10 75.35 0.77 0.56
Hex BA E6 3A 13 0 4B A 4B 4D 38
Octal 272 346 72 23 0 113 12 113 115 70
Binary 10111010 11100110 111010 10011 0 1001011 1010 1001011 1001101 111000

Color Harmonies of #BAE63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE63A

Black with #BAE63A

Text Example


Text Example

White with #BAE63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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