Html Css Color HEX #BAE731 Las Palmas

📋 copy color: '#BAE731'

red 186 ◦ green 231 ◦ blue 49

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

Shades of Las Palmas #BAE731

Tints of Las Palmas #BAE731

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.57%

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 39.91%
G = 49.57%
B = 10.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#BAE731 (or 0xBAE731) is known color: Las Palmas. HEX triplet: BA, E7 and 31. RGB value is (186,231,49). Sum of RGB (Red+Green+Blue) = 186+231+49=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE731 is #4518CE. Grayscale: #C5C5C5. Windows color (decimal): -4528335 or 3270586. OLE color: 3270586.

HSL color Cylindrical-coordinate representation of color #BAE731: hue angle of 74.84º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAE731 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 49 -
CMYK 0.19 0 0.79 0.09
HSL 74.84º 0.79% 0.55% -
HSV(B) 74.84º 0.79% 0.91% -
XYZ 49.38 67.81 13.39 -
YUV 196.8 44.59 120.3 -
System Red Green Blue C M Y K H S L
Decimal 186 231 49 0.19 0 0.79 0.09 74.84 0.79 0.55
Hex BA E7 31 13 0 4F 9 4B 4F 37
Octal 272 347 61 23 0 117 11 113 117 67
Binary 10111010 11100111 110001 10011 0 1001111 1001 1001011 1001111 110111

Color Harmonies of #BAE731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE731

Black with #BAE731

Text Example


Text Example

White with #BAE731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE731; }

 p { color: rgb(186,231,49); }

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

background-color css

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

 a { background-color: rgb(186,231,49); }

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

border-color css

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

 span { border-color: rgb(186,231,49); }

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