Html Css Color HEX #BAE630 Las Palmas

📋 copy color: '#BAE630'

red 186 ◦ green 230 ◦ blue 48

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

Shades of Las Palmas #BAE630

Tints of Las Palmas #BAE630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 40.09%
G = 49.57%
B = 10.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#BAE630 (or 0xBAE630) is known color: Las Palmas. HEX triplet: BA, E6 and 30. RGB value is (186,230,48). Sum of RGB (Red+Green+Blue) = 186+230+48=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE630 is #4519CF. Grayscale: #C4C4C4. Windows color (decimal): -4528592 or 3204794. OLE color: 3204794.

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

Color convert

RGB 186 230 48 -
CMYK 0.19 0 0.79 0.10
HSL 74.51º 0.78% 0.55% -
HSV(B) 74.51º 0.79% 0.9% -
XYZ 49.08 67.25 13.19 -
YUV 196.1 44.42 120.8 -
System Red Green Blue C M Y K H S L
Decimal 186 230 48 0.19 0 0.79 0.10 74.51 0.78 0.55
Hex BA E6 30 13 0 4F A 4B 4E 37
Octal 272 346 60 23 0 117 12 113 116 67
Binary 10111010 11100110 110000 10011 0 1001111 1010 1001011 1001110 110111

Color Harmonies of #BAE630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE630

Black with #BAE630

Text Example


Text Example

White with #BAE630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE630; }

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

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

background-color css

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

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

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

border-color css

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

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

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