Html Css Color HEX #BAE73C Las Palmas

📋 copy color: '#BAE73C'

red 186 ◦ green 231 ◦ blue 60

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

Shades of Las Palmas #BAE73C

Tints of Las Palmas #BAE73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.58%

R = 38.99%
G = 48.43%
B = 12.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#BAE73C (or 0xBAE73C) is known color: Las Palmas. HEX triplet: BA, E7 and 3C. RGB value is (186,231,60). Sum of RGB (Red+Green+Blue) = 186+231+60=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 60 (23.83% from 255 or 12.58% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE73C is #4518C3. Grayscale: #C6C6C6. Windows color (decimal): -4528324 or 3991482. OLE color: 3991482.

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

Color convert

RGB 186 231 60 -
CMYK 0.19 0 0.74 0.09
HSL 75.79º 0.78% 0.57% -
HSV(B) 75.79º 0.74% 0.91% -
XYZ 49.64 67.92 14.77 -
YUV 198.05 50.09 119.4 -
System Red Green Blue C M Y K H S L
Decimal 186 231 60 0.19 0 0.74 0.09 75.79 0.78 0.57
Hex BA E7 3C 13 0 4A 9 4C 4E 39
Octal 272 347 74 23 0 112 11 114 116 71
Binary 10111010 11100111 111100 10011 0 1001010 1001 1001100 1001110 111001

Color Harmonies of #BAE73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE73C

Black with #BAE73C

Text Example


Text Example

White with #BAE73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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