Html Css Color HEX #BADA3A Las Palmas

📋 copy color: '#BADA3A'

red 186 ◦ green 218 ◦ blue 58

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

Shades of Las Palmas #BADA3A

Tints of Las Palmas #BADA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.55%

R = 40.26%
G = 47.19%
B = 12.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#BADA3A (or 0xBADA3A) is known color: Las Palmas. HEX triplet: BA, DA and 3A. RGB value is (186,218,58). Sum of RGB (Red+Green+Blue) = 186+218+58=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA3A is #4525C5. Grayscale: #BEBEBE. Windows color (decimal): -4531654 or 3857082. OLE color: 3857082.

HSL color Cylindrical-coordinate representation of color #BADA3A: hue angle of 72º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BADA3A is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 58 -
CMYK 0.15 0 0.73 0.15
HSL 72º 0.68% 0.54% -
HSV(B) 72º 0.73% 0.85% -
XYZ 46.08 60.89 13.33 -
YUV 190.19 53.4 125.01 -
System Red Green Blue C M Y K H S L
Decimal 186 218 58 0.15 0 0.73 0.15 72 0.68 0.54
Hex BA DA 3A F 0 49 F 48 44 36
Octal 272 332 72 17 0 111 17 110 104 66
Binary 10111010 11011010 111010 1111 0 1001001 1111 1001000 1000100 110110

Color Harmonies of #BADA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA3A

Black with #BADA3A

Text Example


Text Example

White with #BADA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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