Html Css Color HEX #BAE337 Las Palmas

📋 copy color: '#BAE337'

red 186 ◦ green 227 ◦ blue 55

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

Shades of Las Palmas #BAE337

Tints of Las Palmas #BAE337

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.5%

 BLUE value IS 55 (21.88% from 255) = 11.75%

R = 39.74%
G = 48.5%
B = 11.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#BAE337 (or 0xBAE337) is known color: Las Palmas. HEX triplet: BA, E3 and 37. RGB value is (186,227,55). Sum of RGB (Red+Green+Blue) = 186+227+55=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE337 is #451CC8. Grayscale: #C3C3C3. Windows color (decimal): -4529353 or 3662778. OLE color: 3662778.

HSL color Cylindrical-coordinate representation of color #BAE337: hue angle of 74.3º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAE337 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 55 -
CMYK 0.18 0 0.76 0.11
HSL 74.3º 0.75% 0.55% -
HSV(B) 74.3º 0.76% 0.89% -
XYZ 48.41 65.65 13.74 -
YUV 195.13 48.92 121.49 -
System Red Green Blue C M Y K H S L
Decimal 186 227 55 0.18 0 0.76 0.11 74.3 0.75 0.55
Hex BA E3 37 12 0 4C B 4A 4B 37
Octal 272 343 67 22 0 114 13 112 113 67
Binary 10111010 11100011 110111 10010 0 1001100 1011 1001010 1001011 110111

Color Harmonies of #BAE337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE337

Black with #BAE337

Text Example


Text Example

White with #BAE337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE337; }

 p { color: rgb(186,227,55); }

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

background-color css

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

 a { background-color: rgb(186,227,55); }

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

border-color css

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

 span { border-color: rgb(186,227,55); }

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