Html Css Color HEX #BAEA38 Las Palmas

📋 copy color: '#BAEA38'

red 186 ◦ green 234 ◦ blue 56

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

Shades of Las Palmas #BAEA38

Tints of Las Palmas #BAEA38

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.16%

 BLUE value IS 56 (22.27% from 255) = 11.76%

R = 39.08%
G = 49.16%
B = 11.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#BAEA38 (or 0xBAEA38) is known color: Las Palmas. HEX triplet: BA, EA and 38. RGB value is (186,234,56). Sum of RGB (Red+Green+Blue) = 186+234+56=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA38 is #4515C7. Grayscale: #C8C8C8. Windows color (decimal): -4527560 or 3730106. OLE color: 3730106.

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

Color convert

RGB 186 234 56 -
CMYK 0.21 0 0.76 0.08
HSL 76.18º 0.81% 0.57% -
HSV(B) 76.18º 0.76% 0.92% -
XYZ 50.39 69.57 14.51 -
YUV 199.36 47.1 118.47 -
System Red Green Blue C M Y K H S L
Decimal 186 234 56 0.21 0 0.76 0.08 76.18 0.81 0.57
Hex BA EA 38 15 0 4C 8 4C 51 39
Octal 272 352 70 25 0 114 10 114 121 71
Binary 10111010 11101010 111000 10101 0 1001100 1000 1001100 1010001 111001

Color Harmonies of #BAEA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA38

Black with #BAEA38

Text Example


Text Example

White with #BAEA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA38; }

 p { color: rgb(186,234,56); }

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

background-color css

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

 a { background-color: rgb(186,234,56); }

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

border-color css

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

 span { border-color: rgb(186,234,56); }

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