Html Css Color HEX #BAD442 Las Palmas

📋 copy color: '#BAD442'

red 186 ◦ green 212 ◦ blue 66

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

Shades of Las Palmas #BAD442

Tints of Las Palmas #BAD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 40.09%
G = 45.69%
B = 14.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BAD442 (or 0xBAD442) is known color: Las Palmas. HEX triplet: BA, D4 and 42. RGB value is (186,212,66). Sum of RGB (Red+Green+Blue) = 186+212+66=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD442 is #452BBD. Grayscale: #BCBCBC. Windows color (decimal): -4533182 or 4379834. OLE color: 4379834.

HSL color Cylindrical-coordinate representation of color #BAD442: hue angle of 70.68º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAD442 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 66 -
CMYK 0.12 0 0.69 0.17
HSL 70.68º 0.63% 0.55% -
HSV(B) 70.68º 0.69% 0.83% -
XYZ 44.78 57.92 13.97 -
YUV 187.58 59.39 126.87 -
System Red Green Blue C M Y K H S L
Decimal 186 212 66 0.12 0 0.69 0.17 70.68 0.63 0.55
Hex BA D4 42 C 0 45 11 47 3F 37
Octal 272 324 102 14 0 105 21 107 77 67
Binary 10111010 11010100 1000010 1100 0 1000101 10001 1000111 111111 110111

Color Harmonies of #BAD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD442

Black with #BAD442

Text Example


Text Example

White with #BAD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD442; }

 p { color: rgb(186,212,66); }

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

background-color css

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

 a { background-color: rgb(186,212,66); }

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

border-color css

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

 span { border-color: rgb(186,212,66); }

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