Html Css Color HEX #BAE73D Las Palmas

📋 copy color: '#BAE73D'

red 186 ◦ green 231 ◦ blue 61

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

Shades of Las Palmas #BAE73D

Tints of Las Palmas #BAE73D

RGB

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

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

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

R = 38.91%
G = 48.33%
B = 12.76%

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

#BAE73D (or 0xBAE73D) is known color: Las Palmas. HEX triplet: BA, E7 and 3D. RGB value is (186,231,61). Sum of RGB (Red+Green+Blue) = 186+231+61=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE73D is #4518C2. Grayscale: #C6C6C6. Windows color (decimal): -4528323 or 4057018. OLE color: 4057018.

HSL color Cylindrical-coordinate representation of color #BAE73D: hue angle of 75.88º 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 #BAE73D is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 61 -
CMYK 0.19 0 0.74 0.09
HSL 75.88º 0.78% 0.57% -
HSV(B) 75.88º 0.74% 0.91% -
XYZ 49.67 67.93 14.91 -
YUV 198.17 50.59 119.32 -
System Red Green Blue C M Y K H S L
Decimal 186 231 61 0.19 0 0.74 0.09 75.88 0.78 0.57
Hex BA E7 3D 13 0 4A 9 4C 4E 39
Octal 272 347 75 23 0 112 11 114 116 71
Binary 10111010 11100111 111101 10011 0 1001010 1001 1001100 1001110 111001

Color Harmonies of #BAE73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE73D

Black with #BAE73D

Text Example


Text Example

White with #BAE73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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