Html Css Color HEX #BAE33E Las Palmas

📋 copy color: '#BAE33E'

red 186 ◦ green 227 ◦ blue 62

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

Shades of Las Palmas #BAE33E

Tints of Las Palmas #BAE33E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.79%

 BLUE value IS 62 (24.61% from 255) = 13.05%

R = 39.16%
G = 47.79%
B = 13.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#BAE33E (or 0xBAE33E) is known color: Las Palmas. HEX triplet: BA, E3 and 3E. RGB value is (186,227,62). Sum of RGB (Red+Green+Blue) = 186+227+62=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE33E is #451CC1. Grayscale: #C4C4C4. Windows color (decimal): -4529346 or 4121530. OLE color: 4121530.

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

Color convert

RGB 186 227 62 -
CMYK 0.18 0 0.73 0.11
HSL 74.91º 0.75% 0.57% -
HSV(B) 74.91º 0.73% 0.89% -
XYZ 48.59 65.73 14.68 -
YUV 195.93 52.42 120.92 -
System Red Green Blue C M Y K H S L
Decimal 186 227 62 0.18 0 0.73 0.11 74.91 0.75 0.57
Hex BA E3 3E 12 0 49 B 4B 4B 39
Octal 272 343 76 22 0 111 13 113 113 71
Binary 10111010 11100011 111110 10010 0 1001001 1011 1001011 1001011 111001

Color Harmonies of #BAE33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE33E

Black with #BAE33E

Text Example


Text Example

White with #BAE33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE33E; }

 p { color: rgb(186,227,62); }

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

background-color css

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

 a { background-color: rgb(186,227,62); }

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

border-color css

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

 span { border-color: rgb(186,227,62); }

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