Html Css Color HEX #BAD744 Las Palmas

📋 copy color: '#BAD744'

red 186 ◦ green 215 ◦ blue 68

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

Shades of Las Palmas #BAD744

Tints of Las Palmas #BAD744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.84%

 BLUE value IS 68 (26.95% from 255) = 14.5%

R = 39.66%
G = 45.84%
B = 14.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#BAD744 (or 0xBAD744) is known color: Las Palmas. HEX triplet: BA, D7 and 44. RGB value is (186,215,68). Sum of RGB (Red+Green+Blue) = 186+215+68=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD744 is #4528BB. Grayscale: #BEBEBE. Windows color (decimal): -4532412 or 4511674. OLE color: 4511674.

HSL color Cylindrical-coordinate representation of color #BAD744: hue angle of 71.84º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAD744 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 215 68 -
CMYK 0.13 0 0.68 0.16
HSL 71.84º 0.65% 0.55% -
HSV(B) 71.84º 0.68% 0.84% -
XYZ 45.59 59.46 14.54 -
YUV 189.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 186 215 68 0.13 0 0.68 0.16 71.84 0.65 0.55
Hex BA D7 44 D 0 44 10 48 41 37
Octal 272 327 104 15 0 104 20 110 101 67
Binary 10111010 11010111 1000100 1101 0 1000100 10000 1001000 1000001 110111

Color Harmonies of #BAD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD744

Black with #BAD744

Text Example


Text Example

White with #BAD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD744; }

 p { color: rgb(186,215,68); }

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

background-color css

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

 a { background-color: rgb(186,215,68); }

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

border-color css

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

 span { border-color: rgb(186,215,68); }

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