Html Css Color HEX #BAE13D Las Palmas

📋 copy color: '#BAE13D'

red 186 ◦ green 225 ◦ blue 61

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

Shades of Las Palmas #BAE13D

Tints of Las Palmas #BAE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

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

R = 39.41%
G = 47.67%
B = 12.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#BAE13D (or 0xBAE13D) is known color: Las Palmas. HEX triplet: BA, E1 and 3D. RGB value is (186,225,61). Sum of RGB (Red+Green+Blue) = 186+225+61=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE13D is #451EC2. Grayscale: #C3C3C3. Windows color (decimal): -4529859 or 4055482. OLE color: 4055482.

HSL color Cylindrical-coordinate representation of color #BAE13D: hue angle of 74.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE13D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 61 -
CMYK 0.17 0 0.73 0.12
HSL 74.27º 0.73% 0.56% -
HSV(B) 74.27º 0.73% 0.88% -
XYZ 48.02 64.63 14.36 -
YUV 194.64 52.58 121.84 -
System Red Green Blue C M Y K H S L
Decimal 186 225 61 0.17 0 0.73 0.12 74.27 0.73 0.56
Hex BA E1 3D 11 0 49 C 4A 49 38
Octal 272 341 75 21 0 111 14 112 111 70
Binary 10111010 11100001 111101 10001 0 1001001 1100 1001010 1001001 111000

Color Harmonies of #BAE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE13D

Black with #BAE13D

Text Example


Text Example

White with #BAE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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