Html Css Color HEX #BAE83A Las Palmas

📋 copy color: '#BAE83A'

red 186 ◦ green 232 ◦ blue 58

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

Shades of Las Palmas #BAE83A

Tints of Las Palmas #BAE83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.18%

R = 39.08%
G = 48.74%
B = 12.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#BAE83A (or 0xBAE83A) is known color: Las Palmas. HEX triplet: BA, E8 and 3A. RGB value is (186,232,58). Sum of RGB (Red+Green+Blue) = 186+232+58=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE83A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE83A is #4517C5. Grayscale: #C7C7C7. Windows color (decimal): -4528070 or 3860666. OLE color: 3860666.

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

Color convert

RGB 186 232 58 -
CMYK 0.20 0 0.75 0.09
HSL 75.86º 0.79% 0.57% -
HSV(B) 75.86º 0.75% 0.91% -
XYZ 49.87 68.46 14.59 -
YUV 198.41 48.76 119.15 -
System Red Green Blue C M Y K H S L
Decimal 186 232 58 0.20 0 0.75 0.09 75.86 0.79 0.57
Hex BA E8 3A 14 0 4B 9 4C 4F 39
Octal 272 350 72 24 0 113 11 114 117 71
Binary 10111010 11101000 111010 10100 0 1001011 1001 1001100 1001111 111001

Color Harmonies of #BAE83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE83A

Black with #BAE83A

Text Example


Text Example

White with #BAE83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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