Html Css Color HEX #BAE438 Las Palmas

📋 copy color: '#BAE438'

red 186 ◦ green 228 ◦ blue 56

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

Shades of Las Palmas #BAE438

Tints of Las Palmas #BAE438

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.51%

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

R = 39.57%
G = 48.51%
B = 11.91%

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

#BAE438 (or 0xBAE438) is known color: Las Palmas. HEX triplet: BA, E4 and 38. RGB value is (186,228,56). Sum of RGB (Red+Green+Blue) = 186+228+56=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE438 is #451BC7. Grayscale: #C4C4C4. Windows color (decimal): -4529096 or 3728570. OLE color: 3728570.

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

Color convert

RGB 186 228 56 -
CMYK 0.18 0 0.75 0.11
HSL 74.65º 0.76% 0.56% -
HSV(B) 74.65º 0.75% 0.89% -
XYZ 48.71 66.21 13.95 -
YUV 195.83 49.09 120.99 -
System Red Green Blue C M Y K H S L
Decimal 186 228 56 0.18 0 0.75 0.11 74.65 0.76 0.56
Hex BA E4 38 12 0 4B B 4B 4C 38
Octal 272 344 70 22 0 113 13 113 114 70
Binary 10111010 11100100 111000 10010 0 1001011 1011 1001011 1001100 111000

Color Harmonies of #BAE438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE438

Black with #BAE438

Text Example


Text Example

White with #BAE438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE438; }

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

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

background-color css

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

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

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

border-color css

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

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

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