Html Css Color HEX #BAE730 Las Palmas

📋 copy color: '#BAE730'

red 186 ◦ green 231 ◦ blue 48

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

Shades of Las Palmas #BAE730

Tints of Las Palmas #BAE730

RGB

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

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

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

R = 40%
G = 49.68%
B = 10.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#BAE730 (or 0xBAE730) is known color: Las Palmas. HEX triplet: BA, E7 and 30. RGB value is (186,231,48). Sum of RGB (Red+Green+Blue) = 186+231+48=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE730 is #4518CF. Grayscale: #C5C5C5. Windows color (decimal): -4528336 or 3205050. OLE color: 3205050.

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

Color convert

RGB 186 231 48 -
CMYK 0.19 0 0.79 0.09
HSL 74.75º 0.79% 0.55% -
HSV(B) 74.75º 0.79% 0.91% -
XYZ 49.36 67.8 13.28 -
YUV 196.68 44.09 120.38 -
System Red Green Blue C M Y K H S L
Decimal 186 231 48 0.19 0 0.79 0.09 74.75 0.79 0.55
Hex BA E7 30 13 0 4F 9 4B 4F 37
Octal 272 347 60 23 0 117 11 113 117 67
Binary 10111010 11100111 110000 10011 0 1001111 1001 1001011 1001111 110111

Color Harmonies of #BAE730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE730

Black with #BAE730

Text Example


Text Example

White with #BAE730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE730; }

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

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

background-color css

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

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

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

border-color css

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

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

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