Html Css Color HEX #BAE433 Las Palmas

📋 copy color: '#BAE433'

red 186 ◦ green 228 ◦ blue 51

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

Shades of Las Palmas #BAE433

Tints of Las Palmas #BAE433

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.03%

 BLUE value IS 51 (20.31% from 255) = 10.97%

R = 40%
G = 49.03%
B = 10.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#BAE433 (or 0xBAE433) is known color: Las Palmas. HEX triplet: BA, E4 and 33. RGB value is (186,228,51). Sum of RGB (Red+Green+Blue) = 186+228+51=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE433 is #451BCC. Grayscale: #C3C3C3. Windows color (decimal): -4529101 or 3400890. OLE color: 3400890.

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

Color convert

RGB 186 228 51 -
CMYK 0.18 0 0.78 0.11
HSL 74.24º 0.77% 0.55% -
HSV(B) 74.24º 0.78% 0.89% -
XYZ 48.59 66.16 13.34 -
YUV 195.26 46.59 121.39 -
System Red Green Blue C M Y K H S L
Decimal 186 228 51 0.18 0 0.78 0.11 74.24 0.77 0.55
Hex BA E4 33 12 0 4E B 4A 4D 37
Octal 272 344 63 22 0 116 13 112 115 67
Binary 10111010 11100100 110011 10010 0 1001110 1011 1001010 1001101 110111

Color Harmonies of #BAE433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE433

Black with #BAE433

Text Example


Text Example

White with #BAE433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE433; }

 p { color: rgb(186,228,51); }

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

background-color css

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

 a { background-color: rgb(186,228,51); }

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

border-color css

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

 span { border-color: rgb(186,228,51); }

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