Html Css Color HEX #BAEA3D Las Palmas

📋 copy color: '#BAEA3D'

red 186 ◦ green 234 ◦ blue 61

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

Shades of Las Palmas #BAEA3D

Tints of Las Palmas #BAEA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 38.67%
G = 48.65%
B = 12.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#BAEA3D (or 0xBAEA3D) is known color: Las Palmas. HEX triplet: BA, EA and 3D. RGB value is (186,234,61). Sum of RGB (Red+Green+Blue) = 186+234+61=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA3D is #4515C2. Grayscale: #C8C8C8. Windows color (decimal): -4527555 or 4057786. OLE color: 4057786.

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

Color convert

RGB 186 234 61 -
CMYK 0.21 0 0.74 0.08
HSL 76.65º 0.8% 0.58% -
HSV(B) 76.65º 0.74% 0.92% -
XYZ 50.51 69.62 15.19 -
YUV 199.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 186 234 61 0.21 0 0.74 0.08 76.65 0.8 0.58
Hex BA EA 3D 15 0 4A 8 4D 50 3A
Octal 272 352 75 25 0 112 10 115 120 72
Binary 10111010 11101010 111101 10101 0 1001010 1000 1001101 1010000 111010

Color Harmonies of #BAEA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA3D

Black with #BAEA3D

Text Example


Text Example

White with #BAEA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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