Html Css Color HEX #BADF38 Las Palmas

📋 copy color: '#BADF38'

red 186 ◦ green 223 ◦ blue 56

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

Shades of Las Palmas #BADF38

Tints of Las Palmas #BADF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 56 (22.27% from 255) = 12.04%

R = 40%
G = 47.96%
B = 12.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#BADF38 (or 0xBADF38) is known color: Las Palmas. HEX triplet: BA, DF and 38. RGB value is (186,223,56). Sum of RGB (Red+Green+Blue) = 186+223+56=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF38 is #4520C7. Grayscale: #C1C1C1. Windows color (decimal): -4530376 or 3727290. OLE color: 3727290.

HSL color Cylindrical-coordinate representation of color #BADF38: hue angle of 73.29º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BADF38 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 56 -
CMYK 0.17 0 0.75 0.13
HSL 73.29º 0.72% 0.55% -
HSV(B) 73.29º 0.75% 0.87% -
XYZ 47.35 63.5 13.5 -
YUV 192.9 50.74 123.08 -
System Red Green Blue C M Y K H S L
Decimal 186 223 56 0.17 0 0.75 0.13 73.29 0.72 0.55
Hex BA DF 38 11 0 4B D 49 48 37
Octal 272 337 70 21 0 113 15 111 110 67
Binary 10111010 11011111 111000 10001 0 1001011 1101 1001001 1001000 110111

Color Harmonies of #BADF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF38

Black with #BADF38

Text Example


Text Example

White with #BADF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF38; }

 p { color: rgb(186,223,56); }

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

background-color css

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

 a { background-color: rgb(186,223,56); }

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

border-color css

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

 span { border-color: rgb(186,223,56); }

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