Html Css Color HEX #BAE03B Las Palmas

📋 copy color: '#BAE03B'

red 186 ◦ green 224 ◦ blue 59

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

Shades of Las Palmas #BAE03B

Tints of Las Palmas #BAE03B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 59 (23.44% from 255) = 12.58%

R = 39.66%
G = 47.76%
B = 12.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#BAE03B (or 0xBAE03B) is known color: Las Palmas. HEX triplet: BA, E0 and 3B. RGB value is (186,224,59). Sum of RGB (Red+Green+Blue) = 186+224+59=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 59 (23.44% from 255 or 12.58% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE03B is #451FC4. Grayscale: #C2C2C2. Windows color (decimal): -4530117 or 3924154. OLE color: 3924154.

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

Color convert

RGB 186 224 59 -
CMYK 0.17 0 0.74 0.12
HSL 73.82º 0.73% 0.55% -
HSV(B) 73.82º 0.74% 0.88% -
XYZ 47.69 64.07 13.99 -
YUV 193.83 51.91 122.42 -
System Red Green Blue C M Y K H S L
Decimal 186 224 59 0.17 0 0.74 0.12 73.82 0.73 0.55
Hex BA E0 3B 11 0 4A C 4A 49 37
Octal 272 340 73 21 0 112 14 112 111 67
Binary 10111010 11100000 111011 10001 0 1001010 1100 1001010 1001001 110111

Color Harmonies of #BAE03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE03B

Black with #BAE03B

Text Example


Text Example

White with #BAE03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE03B; }

 p { color: rgb(186,224,59); }

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

background-color css

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

 a { background-color: rgb(186,224,59); }

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

border-color css

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

 span { border-color: rgb(186,224,59); }

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