Html Css Color HEX #BAE53C Las Palmas

📋 copy color: '#BAE53C'

red 186 ◦ green 229 ◦ blue 60

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

Shades of Las Palmas #BAE53C

Tints of Las Palmas #BAE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.21%

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 39.16%
G = 48.21%
B = 12.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#BAE53C (or 0xBAE53C) is known color: Las Palmas. HEX triplet: BA, E5 and 3C. RGB value is (186,229,60). Sum of RGB (Red+Green+Blue) = 186+229+60=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE53C is #451AC3. Grayscale: #C5C5C5. Windows color (decimal): -4528836 or 3990970. OLE color: 3990970.

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

Color convert

RGB 186 229 60 -
CMYK 0.19 0 0.74 0.10
HSL 75.27º 0.76% 0.57% -
HSV(B) 75.27º 0.74% 0.9% -
XYZ 49.08 66.8 14.58 -
YUV 196.88 50.75 120.24 -
System Red Green Blue C M Y K H S L
Decimal 186 229 60 0.19 0 0.74 0.10 75.27 0.76 0.57
Hex BA E5 3C 13 0 4A A 4B 4C 39
Octal 272 345 74 23 0 112 12 113 114 71
Binary 10111010 11100101 111100 10011 0 1001010 1010 1001011 1001100 111001

Color Harmonies of #BAE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE53C

Black with #BAE53C

Text Example


Text Example

White with #BAE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE53C; }

 p { color: rgb(186,229,60); }

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

background-color css

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

 a { background-color: rgb(186,229,60); }

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

border-color css

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

 span { border-color: rgb(186,229,60); }

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