Html Css Color HEX #BAEB3C Las Palmas

📋 copy color: '#BAEB3C'

red 186 ◦ green 235 ◦ blue 60

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

Shades of Las Palmas #BAEB3C

Tints of Las Palmas #BAEB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.47%

R = 38.67%
G = 48.86%
B = 12.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#BAEB3C (or 0xBAEB3C) is known color: Las Palmas. HEX triplet: BA, EB and 3C. RGB value is (186,235,60). Sum of RGB (Red+Green+Blue) = 186+235+60=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEB3C is #4514C3. Grayscale: #C9C9C9. Windows color (decimal): -4527300 or 3992506. OLE color: 3992506.

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

Color convert

RGB 186 235 60 -
CMYK 0.21 0 0.74 0.08
HSL 76.8º 0.81% 0.58% -
HSV(B) 76.8º 0.74% 0.92% -
XYZ 50.77 70.18 15.15 -
YUV 200.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 186 235 60 0.21 0 0.74 0.08 76.8 0.81 0.58
Hex BA EB 3C 15 0 4A 8 4D 51 3A
Octal 272 353 74 25 0 112 10 115 121 72
Binary 10111010 11101011 111100 10101 0 1001010 1000 1001101 1010001 111010

Color Harmonies of #BAEB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEB3C

Black with #BAEB3C

Text Example


Text Example

White with #BAEB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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