Html Css Color HEX #BAEB34 Las Palmas

📋 copy color: '#BAEB34'

red 186 ◦ green 235 ◦ blue 52

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

Shades of Las Palmas #BAEB34

Tints of Las Palmas #BAEB34

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

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

R = 39.32%
G = 49.68%
B = 10.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#BAEB34 (or 0xBAEB34) is known color: Las Palmas. HEX triplet: BA, EB and 34. RGB value is (186,235,52). Sum of RGB (Red+Green+Blue) = 186+235+52=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEB34 is #4514CB. Grayscale: #C8C8C8. Windows color (decimal): -4527308 or 3468218. OLE color: 3468218.

HSL color Cylindrical-coordinate representation of color #BAEB34: hue angle of 76.07º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BAEB34 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 235 52 -
CMYK 0.21 0 0.78 0.08
HSL 76.07º 0.82% 0.56% -
HSV(B) 76.07º 0.78% 0.92% -
XYZ 50.58 70.1 14.11 -
YUV 199.49 44.77 118.38 -
System Red Green Blue C M Y K H S L
Decimal 186 235 52 0.21 0 0.78 0.08 76.07 0.82 0.56
Hex BA EB 34 15 0 4E 8 4C 52 38
Octal 272 353 64 25 0 116 10 114 122 70
Binary 10111010 11101011 110100 10101 0 1001110 1000 1001100 1010010 111000

Color Harmonies of #BAEB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB34

Black with #BAEB34

Text Example


Text Example

White with #BAEB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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