Html Css Color HEX #BADA41 Las Palmas

📋 copy color: '#BADA41'

red 186 ◦ green 218 ◦ blue 65

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

Shades of Las Palmas #BADA41

Tints of Las Palmas #BADA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.86%

R = 39.66%
G = 46.48%
B = 13.86%

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

#BADA41 (or 0xBADA41) is known color: Las Palmas. HEX triplet: BA, DA and 41. RGB value is (186,218,65). Sum of RGB (Red+Green+Blue) = 186+218+65=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA41 is #4525BE. Grayscale: #BFBFBF. Windows color (decimal): -4531647 or 4315834. OLE color: 4315834.

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

Color convert

RGB 186 218 65 -
CMYK 0.15 0 0.70 0.15
HSL 72.55º 0.67% 0.55% -
HSV(B) 72.55º 0.7% 0.85% -
XYZ 46.28 60.96 14.33 -
YUV 190.99 56.9 124.44 -
System Red Green Blue C M Y K H S L
Decimal 186 218 65 0.15 0 0.70 0.15 72.55 0.67 0.55
Hex BA DA 41 F 0 46 F 49 43 37
Octal 272 332 101 17 0 106 17 111 103 67
Binary 10111010 11011010 1000001 1111 0 1000110 1111 1001001 1000011 110111

Color Harmonies of #BADA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA41

Black with #BADA41

Text Example


Text Example

White with #BADA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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