Html Css Color HEX #BAEA3A Las Palmas

📋 copy color: '#BAEA3A'

red 186 ◦ green 234 ◦ blue 58

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

Shades of Las Palmas #BAEA3A

Tints of Las Palmas #BAEA3A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.95%

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

R = 38.91%
G = 48.95%
B = 12.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#BAEA3A (or 0xBAEA3A) is known color: Las Palmas. HEX triplet: BA, EA and 3A. RGB value is (186,234,58). Sum of RGB (Red+Green+Blue) = 186+234+58=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA3A is #4515C5. Grayscale: #C8C8C8. Windows color (decimal): -4527558 or 3861178. OLE color: 3861178.

HSL color Cylindrical-coordinate representation of color #BAEA3A: hue angle of 76.36º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAEA3A is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 58 -
CMYK 0.21 0 0.75 0.08
HSL 76.36º 0.81% 0.57% -
HSV(B) 76.36º 0.75% 0.92% -
XYZ 50.44 69.59 14.78 -
YUV 199.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 186 234 58 0.21 0 0.75 0.08 76.36 0.81 0.57
Hex BA EA 3A 15 0 4B 8 4C 51 39
Octal 272 352 72 25 0 113 10 114 121 71
Binary 10111010 11101010 111010 10101 0 1001011 1000 1001100 1010001 111001

Color Harmonies of #BAEA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA3A

Black with #BAEA3A

Text Example


Text Example

White with #BAEA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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