Html Css Color HEX #BAE636 Las Palmas

📋 copy color: '#BAE636'

red 186 ◦ green 230 ◦ blue 54

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

Shades of Las Palmas #BAE636

Tints of Las Palmas #BAE636

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.94%

 BLUE value IS 54 (21.48% from 255) = 11.49%

R = 39.57%
G = 48.94%
B = 11.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#BAE636 (or 0xBAE636) is known color: Las Palmas. HEX triplet: BA, E6 and 36. RGB value is (186,230,54). Sum of RGB (Red+Green+Blue) = 186+230+54=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE636 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE636 is #4519C9. Grayscale: #C5C5C5. Windows color (decimal): -4528586 or 3598010. OLE color: 3598010.

HSL color Cylindrical-coordinate representation of color #BAE636: hue angle of 75º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE636 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 54 -
CMYK 0.19 0 0.77 0.10
HSL 75º 0.78% 0.56% -
HSV(B) 75º 0.77% 0.9% -
XYZ 49.21 67.3 13.89 -
YUV 196.78 47.42 120.31 -
System Red Green Blue C M Y K H S L
Decimal 186 230 54 0.19 0 0.77 0.10 75 0.78 0.56
Hex BA E6 36 13 0 4D A 4B 4E 38
Octal 272 346 66 23 0 115 12 113 116 70
Binary 10111010 11100110 110110 10011 0 1001101 1010 1001011 1001110 111000

Color Harmonies of #BAE636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE636

Black with #BAE636

Text Example


Text Example

White with #BAE636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE636; }

 p { color: rgb(186,230,54); }

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

background-color css

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

 a { background-color: rgb(186,230,54); }

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

border-color css

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

 span { border-color: rgb(186,230,54); }

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