Html Css Color HEX #BAE23D Las Palmas

📋 copy color: '#BAE23D'

red 186 ◦ green 226 ◦ blue 61

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

Shades of Las Palmas #BAE23D

Tints of Las Palmas #BAE23D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.78%

 BLUE value IS 61 (24.22% from 255) = 12.9%

R = 39.32%
G = 47.78%
B = 12.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#BAE23D (or 0xBAE23D) is known color: Las Palmas. HEX triplet: BA, E2 and 3D. RGB value is (186,226,61). Sum of RGB (Red+Green+Blue) = 186+226+61=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE23D is #451DC2. Grayscale: #C3C3C3. Windows color (decimal): -4529603 or 4055738. OLE color: 4055738.

HSL color Cylindrical-coordinate representation of color #BAE23D: hue angle of 74.55º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE23D is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 61 -
CMYK 0.18 0 0.73 0.11
HSL 74.55º 0.74% 0.56% -
HSV(B) 74.55º 0.73% 0.89% -
XYZ 48.29 65.17 14.45 -
YUV 195.23 52.25 121.42 -
System Red Green Blue C M Y K H S L
Decimal 186 226 61 0.18 0 0.73 0.11 74.55 0.74 0.56
Hex BA E2 3D 12 0 49 B 4B 4A 38
Octal 272 342 75 22 0 111 13 113 112 70
Binary 10111010 11100010 111101 10010 0 1001001 1011 1001011 1001010 111000

Color Harmonies of #BAE23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE23D

Black with #BAE23D

Text Example


Text Example

White with #BAE23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE23D; }

 p { color: rgb(186,226,61); }

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

background-color css

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

 a { background-color: rgb(186,226,61); }

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

border-color css

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

 span { border-color: rgb(186,226,61); }

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