Html Css Color HEX #BADA3F Las Palmas

📋 copy color: '#BADA3F'

red 186 ◦ green 218 ◦ blue 63

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

Shades of Las Palmas #BADA3F

Tints of Las Palmas #BADA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.49%

R = 39.83%
G = 46.68%
B = 13.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BADA3F (or 0xBADA3F) is known color: Las Palmas. HEX triplet: BA, DA and 3F. RGB value is (186,218,63). Sum of RGB (Red+Green+Blue) = 186+218+63=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA3F is #4525C0. Grayscale: #BFBFBF. Windows color (decimal): -4531649 or 4184762. OLE color: 4184762.

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

Color convert

RGB 186 218 63 -
CMYK 0.15 0 0.71 0.15
HSL 72.39º 0.68% 0.55% -
HSV(B) 72.39º 0.71% 0.85% -
XYZ 46.22 60.94 14.03 -
YUV 190.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 186 218 63 0.15 0 0.71 0.15 72.39 0.68 0.55
Hex BA DA 3F F 0 47 F 48 44 37
Octal 272 332 77 17 0 107 17 110 104 67
Binary 10111010 11011010 111111 1111 0 1000111 1111 1001000 1000100 110111

Color Harmonies of #BADA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA3F

Black with #BADA3F

Text Example


Text Example

White with #BADA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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