Html Css Color HEX #BAE830 Las Palmas

📋 copy color: '#BAE830'

red 186 ◦ green 232 ◦ blue 48

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

Shades of Las Palmas #BAE830

Tints of Las Palmas #BAE830

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.79%

 BLUE value IS 48 (19.14% from 255) = 10.3%

R = 39.91%
G = 49.79%
B = 10.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#BAE830 (or 0xBAE830) is known color: Las Palmas. HEX triplet: BA, E8 and 30. RGB value is (186,232,48). Sum of RGB (Red+Green+Blue) = 186+232+48=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE830 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE830 is #4517CF. Grayscale: #C5C5C5. Windows color (decimal): -4528080 or 3205306. OLE color: 3205306.

HSL color Cylindrical-coordinate representation of color #BAE830: hue angle of 75º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAE830 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 48 -
CMYK 0.20 0 0.79 0.09
HSL 75º 0.8% 0.55% -
HSV(B) 75º 0.79% 0.91% -
XYZ 49.64 68.37 13.38 -
YUV 197.27 43.76 119.96 -
System Red Green Blue C M Y K H S L
Decimal 186 232 48 0.20 0 0.79 0.09 75 0.8 0.55
Hex BA E8 30 14 0 4F 9 4B 50 37
Octal 272 350 60 24 0 117 11 113 120 67
Binary 10111010 11101000 110000 10100 0 1001111 1001 1001011 1010000 110111

Color Harmonies of #BAE830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE830

Black with #BAE830

Text Example


Text Example

White with #BAE830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE830; }

 p { color: rgb(186,232,48); }

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

background-color css

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

 a { background-color: rgb(186,232,48); }

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

border-color css

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

 span { border-color: rgb(186,232,48); }

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