Html Css Color HEX #BAE934 Las Palmas

📋 copy color: '#BAE934'

red 186 ◦ green 233 ◦ blue 52

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

Shades of Las Palmas #BAE934

Tints of Las Palmas #BAE934

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.47%

 BLUE value IS 52 (20.7% from 255) = 11.04%

R = 39.49%
G = 49.47%
B = 11.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#BAE934 (or 0xBAE934) is known color: Las Palmas. HEX triplet: BA, E9 and 34. RGB value is (186,233,52). Sum of RGB (Red+Green+Blue) = 186+233+52=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE934 is #4516CB. Grayscale: #C6C6C6. Windows color (decimal): -4527820 or 3467706. OLE color: 3467706.

HSL color Cylindrical-coordinate representation of color #BAE934: hue angle of 75.58º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAE934 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 52 -
CMYK 0.20 0 0.78 0.09
HSL 75.58º 0.8% 0.56% -
HSV(B) 75.58º 0.78% 0.91% -
XYZ 50.01 68.96 13.92 -
YUV 198.31 45.43 119.22 -
System Red Green Blue C M Y K H S L
Decimal 186 233 52 0.20 0 0.78 0.09 75.58 0.8 0.56
Hex BA E9 34 14 0 4E 9 4C 50 38
Octal 272 351 64 24 0 116 11 114 120 70
Binary 10111010 11101001 110100 10100 0 1001110 1001 1001100 1010000 111000

Color Harmonies of #BAE934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE934

Black with #BAE934

Text Example


Text Example

White with #BAE934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE934; }

 p { color: rgb(186,233,52); }

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

background-color css

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

 a { background-color: rgb(186,233,52); }

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

border-color css

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

 span { border-color: rgb(186,233,52); }

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