Html Css Color HEX #BAE93B Las Palmas

📋 copy color: '#BAE93B'

red 186 ◦ green 233 ◦ blue 59

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

Shades of Las Palmas #BAE93B

Tints of Las Palmas #BAE93B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.74%

 BLUE value IS 59 (23.44% from 255) = 12.34%

R = 38.91%
G = 48.74%
B = 12.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#BAE93B (or 0xBAE93B) is known color: Las Palmas. HEX triplet: BA, E9 and 3B. RGB value is (186,233,59). Sum of RGB (Red+Green+Blue) = 186+233+59=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE93B is #4516C4. Grayscale: #C7C7C7. Windows color (decimal): -4527813 or 3926458. OLE color: 3926458.

HSL color Cylindrical-coordinate representation of color #BAE93B: hue angle of 76.21º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE93B is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 59 -
CMYK 0.20 0 0.75 0.09
HSL 76.21º 0.8% 0.57% -
HSV(B) 76.21º 0.75% 0.91% -
XYZ 50.18 69.03 14.82 -
YUV 199.11 48.93 118.65 -
System Red Green Blue C M Y K H S L
Decimal 186 233 59 0.20 0 0.75 0.09 76.21 0.8 0.57
Hex BA E9 3B 14 0 4B 9 4C 50 39
Octal 272 351 73 24 0 113 11 114 120 71
Binary 10111010 11101001 111011 10100 0 1001011 1001 1001100 1010000 111001

Color Harmonies of #BAE93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE93B

Black with #BAE93B

Text Example


Text Example

White with #BAE93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE93B; }

 p { color: rgb(186,233,59); }

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

background-color css

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

 a { background-color: rgb(186,233,59); }

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

border-color css

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

 span { border-color: rgb(186,233,59); }

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