Html Css Color HEX #BAE738 Las Palmas

📋 copy color: '#BAE738'

red 186 ◦ green 231 ◦ blue 56

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

Shades of Las Palmas #BAE738

Tints of Las Palmas #BAE738

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.84%

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

R = 39.32%
G = 48.84%
B = 11.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#BAE738 (or 0xBAE738) is known color: Las Palmas. HEX triplet: BA, E7 and 38. RGB value is (186,231,56). Sum of RGB (Red+Green+Blue) = 186+231+56=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE738 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE738 is #4518C7. Grayscale: #C6C6C6. Windows color (decimal): -4528328 or 3729338. OLE color: 3729338.

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

Color convert

RGB 186 231 56 -
CMYK 0.19 0 0.76 0.09
HSL 75.43º 0.78% 0.56% -
HSV(B) 75.43º 0.76% 0.91% -
XYZ 49.54 67.88 14.23 -
YUV 197.6 48.09 119.73 -
System Red Green Blue C M Y K H S L
Decimal 186 231 56 0.19 0 0.76 0.09 75.43 0.78 0.56
Hex BA E7 38 13 0 4C 9 4B 4E 38
Octal 272 347 70 23 0 114 11 113 116 70
Binary 10111010 11100111 111000 10011 0 1001100 1001 1001011 1001110 111000

Color Harmonies of #BAE738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE738

Black with #BAE738

Text Example


Text Example

White with #BAE738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE738; }

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

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

background-color css

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

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

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

border-color css

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

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

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