Html Css Color HEX #BAEC34 Las Palmas

📋 copy color: '#BAEC34'

red 186 ◦ green 236 ◦ blue 52

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

Shades of Las Palmas #BAEC34

Tints of Las Palmas #BAEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.79%

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

R = 39.24%
G = 49.79%
B = 10.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#BAEC34 (or 0xBAEC34) is known color: Las Palmas. HEX triplet: BA, EC and 34. RGB value is (186,236,52). Sum of RGB (Red+Green+Blue) = 186+236+52=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC34 is #4513CB. Grayscale: #C8C8C8. Windows color (decimal): -4527052 or 3468474. OLE color: 3468474.

HSL color Cylindrical-coordinate representation of color #BAEC34: hue angle of 76.3º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAEC34 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 52 -
CMYK 0.21 0 0.78 0.07
HSL 76.3º 0.83% 0.56% -
HSV(B) 76.3º 0.78% 0.93% -
XYZ 50.86 70.68 14.21 -
YUV 200.07 44.44 117.96 -
System Red Green Blue C M Y K H S L
Decimal 186 236 52 0.21 0 0.78 0.07 76.3 0.83 0.56
Hex BA EC 34 15 0 4E 7 4C 53 38
Octal 272 354 64 25 0 116 7 114 123 70
Binary 10111010 11101100 110100 10101 0 1001110 111 1001100 1010011 111000

Color Harmonies of #BAEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC34

Black with #BAEC34

Text Example


Text Example

White with #BAEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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