Html Css Color HEX #BAD341 Las Palmas

📋 copy color: '#BAD341'

red 186 ◦ green 211 ◦ blue 65

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

Shades of Las Palmas #BAD341

Tints of Las Palmas #BAD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

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

R = 40.26%
G = 45.67%
B = 14.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#BAD341 (or 0xBAD341) is known color: Las Palmas. HEX triplet: BA, D3 and 41. RGB value is (186,211,65). Sum of RGB (Red+Green+Blue) = 186+211+65=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD341 is #452CBE. Grayscale: #BBBBBB. Windows color (decimal): -4533439 or 4314042. OLE color: 4314042.

HSL color Cylindrical-coordinate representation of color #BAD341: hue angle of 70.27º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAD341 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 65 -
CMYK 0.12 0 0.69 0.17
HSL 70.27º 0.62% 0.54% -
HSV(B) 70.27º 0.69% 0.83% -
XYZ 44.5 57.41 13.74 -
YUV 186.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 186 211 65 0.12 0 0.69 0.17 70.27 0.62 0.54
Hex BA D3 41 C 0 45 11 46 3E 36
Octal 272 323 101 14 0 105 21 106 76 66
Binary 10111010 11010011 1000001 1100 0 1000101 10001 1000110 111110 110110

Color Harmonies of #BAD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD341

Black with #BAD341

Text Example


Text Example

White with #BAD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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