Html Css Color HEX #BAE73E Las Palmas

📋 copy color: '#BAE73E'

red 186 ◦ green 231 ◦ blue 62

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

Shades of Las Palmas #BAE73E

Tints of Las Palmas #BAE73E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.23%

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

R = 38.83%
G = 48.23%
B = 12.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#BAE73E (or 0xBAE73E) is known color: Las Palmas. HEX triplet: BA, E7 and 3E. RGB value is (186,231,62). Sum of RGB (Red+Green+Blue) = 186+231+62=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE73E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE73E is #4518C1. Grayscale: #C6C6C6. Windows color (decimal): -4528322 or 4122554. OLE color: 4122554.

HSL color Cylindrical-coordinate representation of color #BAE73E: hue angle of 75.98º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE73E is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 62 -
CMYK 0.19 0 0.73 0.09
HSL 75.98º 0.78% 0.57% -
HSV(B) 75.98º 0.73% 0.91% -
XYZ 49.7 67.94 15.05 -
YUV 198.28 51.09 119.24 -
System Red Green Blue C M Y K H S L
Decimal 186 231 62 0.19 0 0.73 0.09 75.98 0.78 0.57
Hex BA E7 3E 13 0 49 9 4C 4E 39
Octal 272 347 76 23 0 111 11 114 116 71
Binary 10111010 11100111 111110 10011 0 1001001 1001 1001100 1001110 111001

Color Harmonies of #BAE73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE73E

Black with #BAE73E

Text Example


Text Example

White with #BAE73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE73E; }

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

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

background-color css

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

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

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

border-color css

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

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

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