Html Css Color HEX #BAEB3A Las Palmas

📋 copy color: '#BAEB3A'

red 186 ◦ green 235 ◦ blue 58

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

Shades of Las Palmas #BAEB3A

Tints of Las Palmas #BAEB3A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

 BLUE value IS 58 (23.05% from 255) = 12.11%

R = 38.83%
G = 49.06%
B = 12.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#BAEB3A (or 0xBAEB3A) is known color: Las Palmas. HEX triplet: BA, EB and 3A. RGB value is (186,235,58). Sum of RGB (Red+Green+Blue) = 186+235+58=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEB3A is #4514C5. Grayscale: #C8C8C8. Windows color (decimal): -4527302 or 3861434. OLE color: 3861434.

HSL color Cylindrical-coordinate representation of color #BAEB3A: hue angle of 76.61º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAEB3A is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 58 -
CMYK 0.21 0 0.75 0.08
HSL 76.61º 0.82% 0.57% -
HSV(B) 76.61º 0.75% 0.92% -
XYZ 50.72 70.16 14.87 -
YUV 200.17 47.77 117.89 -
System Red Green Blue C M Y K H S L
Decimal 186 235 58 0.21 0 0.75 0.08 76.61 0.82 0.57
Hex BA EB 3A 15 0 4B 8 4D 52 39
Octal 272 353 72 25 0 113 10 115 122 71
Binary 10111010 11101011 111010 10101 0 1001011 1000 1001101 1010010 111001

Color Harmonies of #BAEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB3A

Black with #BAEB3A

Text Example


Text Example

White with #BAEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB3A; }

 p { color: rgb(186,235,58); }

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

background-color css

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

 a { background-color: rgb(186,235,58); }

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

border-color css

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

 span { border-color: rgb(186,235,58); }

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