Html Css Color HEX #BAE238 Las Palmas

📋 copy color: '#BAE238'

red 186 ◦ green 226 ◦ blue 56

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

Shades of Las Palmas #BAE238

Tints of Las Palmas #BAE238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.97%

R = 39.74%
G = 48.29%
B = 11.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#BAE238 (or 0xBAE238) is known color: Las Palmas. HEX triplet: BA, E2 and 38. RGB value is (186,226,56). Sum of RGB (Red+Green+Blue) = 186+226+56=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE238 is #451DC7. Grayscale: #C3C3C3. Windows color (decimal): -4529608 or 3728058. OLE color: 3728058.

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

Color convert

RGB 186 226 56 -
CMYK 0.18 0 0.75 0.11
HSL 74.12º 0.75% 0.55% -
HSV(B) 74.12º 0.75% 0.89% -
XYZ 48.16 65.12 13.77 -
YUV 194.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 186 226 56 0.18 0 0.75 0.11 74.12 0.75 0.55
Hex BA E2 38 12 0 4B B 4A 4B 37
Octal 272 342 70 22 0 113 13 112 113 67
Binary 10111010 11100010 111000 10010 0 1001011 1011 1001010 1001011 110111

Color Harmonies of #BAE238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE238

Black with #BAE238

Text Example


Text Example

White with #BAE238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE238; }

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

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

background-color css

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

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

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

border-color css

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

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

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