Html Css Color HEX #BAE23A Las Palmas

📋 copy color: '#BAE23A'

red 186 ◦ green 226 ◦ blue 58

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

Shades of Las Palmas #BAE23A

Tints of Las Palmas #BAE23A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.09%

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

R = 39.57%
G = 48.09%
B = 12.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#BAE23A (or 0xBAE23A) is known color: Las Palmas. HEX triplet: BA, E2 and 3A. RGB value is (186,226,58). Sum of RGB (Red+Green+Blue) = 186+226+58=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE23A is #451DC5. Grayscale: #C3C3C3. Windows color (decimal): -4529606 or 3859130. OLE color: 3859130.

HSL color Cylindrical-coordinate representation of color #BAE23A: hue angle of 74.29º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAE23A is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 58 -
CMYK 0.18 0 0.74 0.11
HSL 74.29º 0.74% 0.56% -
HSV(B) 74.29º 0.74% 0.89% -
XYZ 48.21 65.14 14.03 -
YUV 194.89 50.75 121.66 -
System Red Green Blue C M Y K H S L
Decimal 186 226 58 0.18 0 0.74 0.11 74.29 0.74 0.56
Hex BA E2 3A 12 0 4A B 4A 4A 38
Octal 272 342 72 22 0 112 13 112 112 70
Binary 10111010 11100010 111010 10010 0 1001010 1011 1001010 1001010 111000

Color Harmonies of #BAE23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE23A

Black with #BAE23A

Text Example


Text Example

White with #BAE23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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