Html Css Color HEX #BAE932 Las Palmas

📋 copy color: '#BAE932'

red 186 ◦ green 233 ◦ blue 50

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

Shades of Las Palmas #BAE932

Tints of Las Palmas #BAE932

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.68%

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

R = 39.66%
G = 49.68%
B = 10.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#BAE932 (or 0xBAE932) is known color: Las Palmas. HEX triplet: BA, E9 and 32. RGB value is (186,233,50). Sum of RGB (Red+Green+Blue) = 186+233+50=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE932 is #4516CD. Grayscale: #C6C6C6. Windows color (decimal): -4527822 or 3336634. OLE color: 3336634.

HSL color Cylindrical-coordinate representation of color #BAE932: hue angle of 75.41º degrees, saturation: 0.81, 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 #BAE932 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 50 -
CMYK 0.20 0 0.79 0.09
HSL 75.41º 0.81% 0.55% -
HSV(B) 75.41º 0.79% 0.91% -
XYZ 49.96 68.95 13.69 -
YUV 198.09 44.43 119.38 -
System Red Green Blue C M Y K H S L
Decimal 186 233 50 0.20 0 0.79 0.09 75.41 0.81 0.55
Hex BA E9 32 14 0 4F 9 4B 51 37
Octal 272 351 62 24 0 117 11 113 121 67
Binary 10111010 11101001 110010 10100 0 1001111 1001 1001011 1010001 110111

Color Harmonies of #BAE932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE932

Black with #BAE932

Text Example


Text Example

White with #BAE932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE932; }

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

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

background-color css

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

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

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

border-color css

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

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

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