Html Css Color HEX #BADA42 Las Palmas

📋 copy color: '#BADA42'

red 186 ◦ green 218 ◦ blue 66

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

Shades of Las Palmas #BADA42

Tints of Las Palmas #BADA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.38%

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

R = 39.57%
G = 46.38%
B = 14.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#BADA42 (or 0xBADA42) is known color: Las Palmas. HEX triplet: BA, DA and 42. RGB value is (186,218,66). Sum of RGB (Red+Green+Blue) = 186+218+66=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA42 is #4525BD. Grayscale: #BFBFBF. Windows color (decimal): -4531646 or 4381370. OLE color: 4381370.

HSL color Cylindrical-coordinate representation of color #BADA42: hue angle of 72.63º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BADA42 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 66 -
CMYK 0.15 0 0.70 0.15
HSL 72.63º 0.67% 0.56% -
HSV(B) 72.63º 0.7% 0.85% -
XYZ 46.3 60.98 14.48 -
YUV 191.1 57.4 124.36 -
System Red Green Blue C M Y K H S L
Decimal 186 218 66 0.15 0 0.70 0.15 72.63 0.67 0.56
Hex BA DA 42 F 0 46 F 49 43 38
Octal 272 332 102 17 0 106 17 111 103 70
Binary 10111010 11011010 1000010 1111 0 1000110 1111 1001001 1000011 111000

Color Harmonies of #BADA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA42

Black with #BADA42

Text Example


Text Example

White with #BADA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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