Html Css Color HEX #BAE632 Las Palmas

📋 copy color: '#BAE632'

red 186 ◦ green 230 ◦ blue 50

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

Shades of Las Palmas #BAE632

Tints of Las Palmas #BAE632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 39.91%
G = 49.36%
B = 10.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#BAE632 (or 0xBAE632) is known color: Las Palmas. HEX triplet: BA, E6 and 32. RGB value is (186,230,50). Sum of RGB (Red+Green+Blue) = 186+230+50=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE632 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE632 is #4519CD. Grayscale: #C5C5C5. Windows color (decimal): -4528590 or 3335866. OLE color: 3335866.

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

Color convert

RGB 186 230 50 -
CMYK 0.19 0 0.78 0.10
HSL 74.67º 0.78% 0.55% -
HSV(B) 74.67º 0.78% 0.9% -
XYZ 49.12 67.26 13.41 -
YUV 196.32 45.42 120.64 -
System Red Green Blue C M Y K H S L
Decimal 186 230 50 0.19 0 0.78 0.10 74.67 0.78 0.55
Hex BA E6 32 13 0 4E A 4B 4E 37
Octal 272 346 62 23 0 116 12 113 116 67
Binary 10111010 11100110 110010 10011 0 1001110 1010 1001011 1001110 110111

Color Harmonies of #BAE632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE632

Black with #BAE632

Text Example


Text Example

White with #BAE632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE632; }

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

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

background-color css

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

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

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

border-color css

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

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

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