Html Css Color HEX #BAE834 Las Palmas

📋 copy color: '#BAE834'

red 186 ◦ green 232 ◦ blue 52

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

Shades of Las Palmas #BAE834

Tints of Las Palmas #BAE834

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.36%

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

R = 39.57%
G = 49.36%
B = 11.06%

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

#BAE834 (or 0xBAE834) is known color: Las Palmas. HEX triplet: BA, E8 and 34. RGB value is (186,232,52). Sum of RGB (Red+Green+Blue) = 186+232+52=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE834 is #4517CB. Grayscale: #C6C6C6. Windows color (decimal): -4528076 or 3467450. OLE color: 3467450.

HSL color Cylindrical-coordinate representation of color #BAE834: hue angle of 75.33º 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 #BAE834 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 52 -
CMYK 0.20 0 0.78 0.09
HSL 75.33º 0.8% 0.56% -
HSV(B) 75.33º 0.78% 0.91% -
XYZ 49.73 68.4 13.83 -
YUV 197.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 186 232 52 0.20 0 0.78 0.09 75.33 0.8 0.56
Hex BA E8 34 14 0 4E 9 4B 50 38
Octal 272 350 64 24 0 116 11 113 120 70
Binary 10111010 11101000 110100 10100 0 1001110 1001 1001011 1010000 111000

Color Harmonies of #BAE834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE834

Black with #BAE834

Text Example


Text Example

White with #BAE834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE834; }

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

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

background-color css

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

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

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

border-color css

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

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

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