Html Css Color HEX #BAE634 Las Palmas

📋 copy color: '#BAE634'

red 186 ◦ green 230 ◦ blue 52

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

Shades of Las Palmas #BAE634

Tints of Las Palmas #BAE634

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.15%

 BLUE value IS 52 (20.7% from 255) = 11.11%

R = 39.74%
G = 49.15%
B = 11.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#BAE634 (or 0xBAE634) is known color: Las Palmas. HEX triplet: BA, E6 and 34. RGB value is (186,230,52). Sum of RGB (Red+Green+Blue) = 186+230+52=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE634 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE634 is #4519CB. Grayscale: #C5C5C5. Windows color (decimal): -4528588 or 3466938. OLE color: 3466938.

HSL color Cylindrical-coordinate representation of color #BAE634: hue angle of 74.83º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAE634 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 52 -
CMYK 0.19 0 0.77 0.10
HSL 74.83º 0.78% 0.55% -
HSV(B) 74.83º 0.77% 0.9% -
XYZ 49.17 67.28 13.64 -
YUV 196.55 46.42 120.47 -
System Red Green Blue C M Y K H S L
Decimal 186 230 52 0.19 0 0.77 0.10 74.83 0.78 0.55
Hex BA E6 34 13 0 4D A 4B 4E 37
Octal 272 346 64 23 0 115 12 113 116 67
Binary 10111010 11100110 110100 10011 0 1001101 1010 1001011 1001110 110111

Color Harmonies of #BAE634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE634

Black with #BAE634

Text Example


Text Example

White with #BAE634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE634; }

 p { color: rgb(186,230,52); }

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

background-color css

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

 a { background-color: rgb(186,230,52); }

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

border-color css

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

 span { border-color: rgb(186,230,52); }

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